Skip to main content
GET
/
v1
/
posts
List posts
curl --request GET \
  --url https://api.vidjutsu.ai/v1/posts \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "postId": "<string>",
      "accountId": "<string>",
      "videoId": "<string>",
      "caption": "<string>",
      "scheduledAt": 123,
      "status": "scheduled",
      "createdAt": 123
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json

Post list

data
object[]