Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --location 'https://raijin.personate.ai/api/template_dynamic_slide_video/{job_id}' \ --header 'Authorization: 'Bearer ********'
import requests url = "https://raijin.personate.ai/api/template_dynamic_slide_video/{job_id}" payload = {} headers = { 'Authorization': 'Bearer ********' } response = requests.request("GET", url, headers=headers, data=payload) print(response.text)
{ "job_type": "string", "job_id": "string", "status": "rendering", "output": {} }
This endpoint get a Dynamic slide job status