video_type — Type of input: idea, blog, or scriptvideo_input — The content (idea text, blog URL, or script)style_id — Visual style ID to applyvideo_story_style — Story style promptcharacter_description — Pre-defined character description (skips AI generation)voice_over_script — Voice over script for contextproject_id — Project ID to associate withcurl --location --request POST 'https://api.zebracat.ai/v1/characters/suggest' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_type": "string",
"video_input": "string",
"video_story_style": "string",
"style_id": 0,
"project_id": 0,
"character_description": "string",
"voice_over_script": "string"
}'{
"status": true,
"description": "string",
"task_id": "string"
}