Create a Video Short
Step 1: Get Available Avatars
curl -X GET "https://api.autocontentapi.com/video/GetAvatars" \
-H "Authorization: Bearer YOUR_API_TOKEN"Example Response
[
{
"id": "1",
"name": "Professional Woman",
"gender": "F"
},
{
"id": "2",
"name": "Business Man",
"gender": "M"
},
{
"id": "3",
"name": "Casual Speaker",
"gender": "F"
}
]Step 2: Create Video Short from Text
Request Parameters
Parameter
Description
Required
Options
Example Response
Step 3: Poll Video Status
While Processing
Step 4: Get Your Video Short
Alternative Methods
Method 2: Create from Audio Content
Method 3: Create from Custom Script
Method 4: Create from Deep Research
View Your Video Shorts
Response
Avatar Selection Tips
Single Avatar (Presentation Style)
Dual Avatar (Conversation Style)
Gender Considerations
Content Types That Work Well
Educational Content
Product Announcements
Tutorial Content
Marketing Content
Best Practices
Content Length
Text Guidelines
Visual Considerations
Error Handling
Invalid Avatar ID
Text Too Long
Processing Failed
Use Cases
What's Next?
Last updated