Generate > Create Audio
Create Audio
Generate speech audio from text using a reusable voice asset.
Examples
curl -X POST https://api.medux.io/api/app/v1/generate/audio \
-H 'Authorization: Bearer $MEDUX_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"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-to-speech audio
This example uses speech-standard.
Sample request
Generate speech audio from text with an official public voice.
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
Requires a voice_asset_id.
Requires voice_asset_id from your Media Assets or official public assets, plus non-empty text.
Also accepts optional links and model.
Request
Body
application/jsonAuthorizationstringrequiredBearer token or API key.
Location: HEADER
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-to-speech generation.
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.
Speech / Text-to-Speech Audio
Create speech audio from text and an optional reusable voice asset.
Invocation Example
Generate speech audio from this text using voice_asset_id {voice_asset_id} and model_id speech-standard.
On this page