curl -X POST "https://api.slidevid.ai/v1/project/create" \ -H "x-api-key: your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "type": "class", "name": "Product Tutorial", "script": "Hello! Welcome to this tutorial on our amazing product. Today I will show you how to get started...", "avatarId": "avatar_sarah_01", "voiceId": "tzX5paJ07p5hyWFcU3uG", "aspectRatio": "ratio_9_16", "music": "1", "captions": true, "webhook": "https://yoursite.com/webhook" }'
Create a new AI video from scratch with custom script and settings
POST
/
v1
/
project
/
create
Copy
curl -X POST "https://api.slidevid.ai/v1/project/create" \ -H "x-api-key: your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "type": "class", "name": "Product Tutorial", "script": "Hello! Welcome to this tutorial on our amazing product. Today I will show you how to get started...", "avatarId": "avatar_sarah_01", "voiceId": "tzX5paJ07p5hyWFcU3uG", "aspectRatio": "ratio_9_16", "music": "1", "captions": true, "webhook": "https://yoursite.com/webhook" }'
curl -X POST "https://api.slidevid.ai/v1/project/create" \ -H "x-api-key: your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "type": "class", "name": "Product Tutorial", "script": "Hello! Welcome to this tutorial on our amazing product. Today I will show you how to get started...", "avatarId": "avatar_sarah_01", "voiceId": "tzX5paJ07p5hyWFcU3uG", "aspectRatio": "ratio_9_16", "music": "1", "captions": true, "webhook": "https://yoursite.com/webhook" }'