About this endpoint
What it does
This endpoint takes a document URL and a voice gender, then returns a JSON object containing a data string. The data value is the generated signed MP3 link.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | The document URL to process. Must be a valid URI. |
| gender | ENUM | Yes | The voice gender to use. Allowed values: male, female. |
Response
Returns a JSON object with a data string field containing the signed MP3 link.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | No | The signed MP3 link. |