Returns a single post if ?id= is provided, or a list of posts. Filter by ?accountId= or ?tag.key=value.
cURL
curl --request GET \ --url https://api.vidjutsu.ai/v1/posts
{ "postId": "<string>", "clientId": "<string>", "status": "draft", "createdAt": 123, "campaignId": "<string>", "accountId": "<string>", "videoId": "<string>", "videoUrl": "<string>", "caption": "<string>", "brief": "<unknown>", "scheduledAt": 123, "metrics": "<unknown>", "tags": [ { "key": "<string>", "value": "<string>" } ] }
The request has succeeded.
draft
scheduled
posting
posted
failed
cancelled
Show child attributes