Skip to main content

PostVersion

account_idintegerrequired

Use 0 for the original/default version.

is_originalbooleanrequired

Must be true for the first version.

content object[]required
  • Array [
  • bodystringnullable

    Post text/caption.

    urlstring<uri>nullable
    mediainteger[]

    Array of media IDs from the media library.

    video_thumbsobject[]
  • ]
  • optionsobject

    Platform-specific publishing options.

    PostVersion
    {
    "account_id": 0,
    "is_original": true,
    "content": [
    {
    "body": "string",
    "url": "string",
    "media": [
    0
    ],
    "video_thumbs": [
    {}
    ]
    }
    ],
    "options": {}
    }