Quickstart with Shuffll API
Shuffll API expands what you can do with Shuffll, allowing you to create amazing videos programmatically and integrate Shuffll's powerful AI capabilities into your product. Welcome to the future of video creation – happy AI video making!
Prerequisite
Create a Shuffll Account
🔗 Sign up for Shuffll to access the API.
Get Your API Key
- Open Shuffll and navigate to Account Settings.
- Click on the API Key tab.
- Generate a new API key and copy it for use in API requests.
📌 Important: Keep your API key secure.
Quickly Create project
You can create project endpoint of the Shuffll API In the below example, we create project in test mode..
Request
curl -i -X POST \
https://wys-01jmh8g5sc3m4q7wjv66rayy0s.wysiwyg.cloud.redocly.com/_mock/openapi/project/create \
-H 'Content-Type: application/json' \
-H 'sfl-cfaea992f81f933adb1ff191c7012f2a6b9a1c687f772690798bf3089d65e8ef.ab8c854acf3a9f22fcab0de6b97dabde:da922f22d8099a45030ad50f571a390e5468e902b93f1b4a5ddaf0c0d8fb4a6f: YOUR_API_KEY_HERE' \
-d '{
"prompt": "Breaking the Agency Mold - Building Long-Term Partnerships with Data",
```"
}'
Wait for the Video After creating your project, you can check its status. When the project is ready, the status will change to done.
{
"projectId": "123123123"
}