Get Image


Poll the video generation status and fetch a created video via ID.

Endpoint / Request

Method URI
GET https://api.placid.app/api/rest/videos/{id}

Get the {id} as a result of the create video API call.

Response

{
    "id": 1,
    "status": "queued",
    "video_url": null,
    "polling_url": null
}
Field Values
id Unique video id for internal reference
status queued The request has been put into the queue.
finished The video has been created successfully.
error There was an error.
image_url URL to created video or null
polling_url Endpoint that you can GET poll for status updates