Create an Explainer Video
Step 1: Create Content Request
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "accept: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"resources": [
{
"type": "website",
"content": "https://example.com/article-about-ai"
},
{
"type": "youtube",
"content": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
}
],
"outputType": "video",
"format": "explainer",
"text": "Create an engaging explainer about current AI developments"
}'Example Response
Choose a format
Format
Best for
Credits
Optional: Guide titles, descriptions, and visuals
Field
What it does
Optional: Apply your brand via projects
projectsStep 2: Poll for Status
While Processing
Step 3: Get Your Video
Resource Types
Type
Description
Example
Tips for Better Results
Error Handling
What's Next?
Last updated