Text to Audio
最新の更新:2023-11-02
Text to Audio
Translate the text output by the Bot into voice playback.
Request Method
POST
Request URL
https://api.gptbots.ai/v1/text-to-audio
Request Authentication
See Overview for authentication details.
Request
Request Example
curl -X POST https://api.gptbots.ai/v1/text-to-audio \
-H 'Authorization: Bearer your_apikey' \
-H 'Content-Type: application/json' \
-d '{
"id": "Message id"
}'
curl -X POST https://api.gptbots.ai/v1/text-to-audio \
-H 'Authorization: Bearer your_apikey' \
-H 'Content-Type: application/json' \
-d '{
"id": "Message id"
}'
このコードブロックは、フローティングウィンドウに表示されます
Request Headers
Field | Type | Description |
---|---|---|
Authorization | Bearer ${token} | Use Authorization: Bearer ${token} for authentication. Get the key from the API Keys page as token. |
Content-Type | application/json | Data type, set to application/json. |
Request Body
Field | Type | Required | Description |
---|---|---|---|
id | string | Yes | Message ID. |
Response
Response Example
Byte stream, streaming return.
Byte stream, streaming return.
このコードブロックは、フローティングウィンドウに表示されます
Suceess Response
Field | Type | Description |
---|---|---|
Byte[] | Byte stream. |
Failure Response
Field | Type | Description |
---|---|---|
code | int | Error code. |
message | string | Error details. |
Error Codes
Code | Message |
---|---|
40000 | Invalid parameter |
40107 | Credentials expired |
40127 | Developer authentication failed |
40325 | Invalid file type, only 'm4a', 'mp3', 'webm', 'mp4', 'mpga', 'wav', 'mpeg' supported |
50000 | Internal server error |
40113 | Unauthorized access to Bot. |
20059 | Bot deleted |
40371 | Voice content is empty |
40379 | Credit not enough |