GIF Posts
Last updated
Was this helpful?
Was this helpful?
POST /api/v1/posts/schedule
{
"bulk": {
"state": "scheduled",
"posts": [
{
"networks": {
"facebook": {
"type": "gif",
"text": "Check out this fun GIF!",
"media": [
{
"id": "external",
"type": "gif",
"url": "https://media.giphy.com/media/xyz/giphy.gif",
"path": "https://media.giphy.com/media/xyz/giphy.gif",
"thumbnail": "https://media.giphy.com/media/xyz/200w.webp",
"name": "Fun Reaction GIF"
}
]
}
},
"accounts": [
{
"id": "ACCOUNT_ID",
"scheduled_at": "2025-08-02T23:18:00+02:00"
}
]
}
]
}
}