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": "" }
This endpoint creates a Agentic Video job
Show Toggle script child