Generate > Create Text Driven Video
Create Text Driven Video
Generate an avatar video from text using a reusable avatar and voice.
Examples
curl -X POST https://api.medux.io/api/app/v1/generate/video/text_driven \
-H 'Authorization: Bearer $MEDUX_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"aspect_ratio":"ASPECT_RATIO","avatar_asset_id":"AVATAR_ASSET_ID","clarity":"CLARITY","duration_seconds":1,"links":["https://example.com/reference"],"model":"MODEL","model_id":"MODEL_ID","text":"Hello from Medux","title":"Demo title","voice_asset_id":"VOICE_ASSET_ID"}'Media Samples
Approved examples for understanding request inputs, response shape, and official example output.
Official text-driven talking video
This example uses talking-video-text-standard.
Sample request
Example input for this capability.
Sample response
Official example output for preview only. It is not a user Media Result.
Example output
Auth Requirements
Authentication is required via Authorization header.
Preconditions
Prepare avatar and voice assets before calling this endpoint.
Requires avatar_asset_id, voice_asset_id, and non-empty text.
Avatar and voice IDs can come from your Media Assets or official public assets.
Also accepts optional duration_seconds, links, clarity, aspect_ratio, and model.
Request
Body
application/jsonAuthorizationstringrequiredBearer token or API key.
Location: HEADER
aspect_ratiostringoptionalRequested output aspect ratio, such as 16:9 or 9:16.
Location: BODY
avatar_asset_idstringrequiredReusable avatar asset ID owned by the current user or listed as an official public asset.
Location: BODY
claritystringoptionalRequested output resolution label, such as 1080P or 2K.
Location: BODY
duration_secondsint32optionalRequested output duration, in seconds.
Location: BODY
linksarray<string>optionalOptional reference links submitted from the Playground form.
Location: BODY
modelstringoptionalGeneration model label or version selected in the Playground form.
Location: BODY
model_idstringoptionalStable public Medux model identifier.
Location: BODY
textstringoptionalNo description provided.
Location: BODY
titlestringoptionalNo description provided.
Location: BODY
voice_asset_idstringrequiredReusable voice asset used for text-driven lip sync.
Location: BODY
Response
Response
application/jsoncodeint32optionalApplication response code.
| Code | Meaning |
|---|---|
0 | OK |
12 | Invalid input |
1401 | Insufficient credits |
1402 | Asset category does not match this operation |
1403 | Voice asset is required |
1404 | Provider returned an error |
1405 | Provider request timed out |
13 | Authentication is required |
16 | Rate limit exceeded |
99 | Server error |
Available options: 0 12 1410 1409 1401 1402 1403 1407 1408 1404 1405 13 16 99
Location: RESPONSE
data.assetobjectoptionalNo description provided.
Location: RESPONSE
data.paid_plan_requiredobjectoptionalNo description provided.
Location: RESPONSE
data.taskobjectoptionalNo description provided.
Location: RESPONSE
messagestringoptionalNo description provided.
Available options: ok invalid input invalid model paid plan required insufficient credits asset category mismatch voice asset required asset locked asset expired provider error provider timeout unauthenticated rate limit server error
Location: RESPONSE
MCP Tool
This endpoint is also available through the Medux-hosted remote MCP service.
Video / Text-Driven Lip Sync
Create an avatar video from text and a reusable avatar.
Invocation Example
Create a 7 second 1080P 16:9 talking video from this script using avatar_asset_id {avatar_asset_id}, voice_asset_id {voice_asset_id}, and model_id talking-video-text-standard.
On this page