GET STARTED
- Introduction
- Get the app
- Sign Up & Sign In
- Subscriptions & Plans
- Contact Support
GENERATE VIDEO
EDIT VIDEO
- AI Edit
- Caption Your Video
- Dub Your Video
LINK TO VIDEO
RECORD VIDEO
AI FEATURES
TIMELINE EDITING
WORKFLOWS
APIs & Integrations
- Overview
- APIs
- AI Creator API
- AI Translate API
- AI Ads API
- AI Twin API
- Integrations
AI Twin API
Create an AI Twin
Begins the process of creating an AI Twin.
POST
/
twin
/
create
Copy
Ask AI
curl --request POST \
--url https://api.captions.ai/api/twin/create \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"videoUrl": "<string>",
"language": "<string>",
"calibrationImageUrls": [
"<string>"
]
}'
Copy
Ask AI
{
"operationId": "<string>"
}
Authorizations
Body
application/json
Response
200 - application/json
AI Twin creation started.
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.captions.ai/api/twin/create \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"videoUrl": "<string>",
"language": "<string>",
"calibrationImageUrls": [
"<string>"
]
}'
Copy
Ask AI
{
"operationId": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.