Skip to main content

Documentation Index

Fetch the complete documentation index at: https://dev.contentify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

Videos generally take longer to generate than other types of content. Use this endpoint to check the status of the video generation task.

Response

_id
string
This is the task ID to check the status of the video generation.
result_url
string
This is the URL of the generated video.
status
string
The status of the video generation task.
curl -X GET \
  <BASE_URL>/get-response/<response_id> \
  -H 'X-API-Key: YOUR_API_KEY'

{
	"_id": "6681f75hgh56d74d93e4f",
	"result_url": "Video URL",
	"status": "completed"
}