POST
/
api
/
agentic_job
curl --location 'https://raijin.personate.ai/api/agentic_job' \
--header 'Content-Type: application/json' \
--header 'Authorization': 'Bearer ********' \
--data '{
  "video_name": "string",
  "template_id": "string",
  "webhook": "string",
  "agent_steps": [
    "step_name": "string",
    "step_key": "string",
    "step_input": "object"
  ]
}'
{
  "job_id": "job_id",
  "status": "rendering",
  "output": ""
}

Body

video_name
string
required
video_name
template_id
string
required
template_id
webhook
string
webhook
agent_steps
list

Response

job_id
string
Video generation job id
status
string
Video generation status
data_json
string
Input data JSON
video_name
string
Video name
curl --location 'https://raijin.personate.ai/api/agentic_job' \
--header 'Content-Type: application/json' \
--header 'Authorization': 'Bearer ********' \
--data '{
  "video_name": "string",
  "template_id": "string",
  "webhook": "string",
  "agent_steps": [
    "step_name": "string",
    "step_key": "string",
    "step_input": "object"
  ]
}'
{
  "job_id": "job_id",
  "status": "rendering",
  "output": ""
}