Skip to main content
POST
/
actor-gpt
/
create
cURL
curl --request POST \
  --url https://chat.freedomgpt.com/api/v1/actor-gpt/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "actorId": "<string>",
  "voiceId": "<string>",
  "script": "<string>"
}'
{
  "videoId": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json
actorId
string
required
voiceId
string
required
script
string
required

Response

videoId
string