cURL
curl --request GET \ --url https://nano-gpt.com/api/v1/video/status \ --header 'x-api-key: <api-key>'
{ "status": "PENDING", "data": { "isCompleted": true, "isSuccess": true, "output": { "url": "<string>" } } }
Run ID from the generation request
Project ID from the generation request
Cost of the video generation
Payment source used
Video generation status
The response is of type object.
object