APIPrompt Enhancement
Technical Reference
Speech Prompt Booster
Technical documentation for dryAPI APIs, integration guides, and operational references.
Enhance text-to-speech input for more natural, expressive audio generation.
NOTE
Language support: Specify the
lang_codeparameter to optimize the text for a specific language's pronunciation and phrasing patterns.
OpenAPI
Client Enhance Text2 Speech Prompt
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://api.dryapi.dev/api/v1/client/prompt/speech" \ -H "Content-Type: application/json" \ -d '{}'{
"prompt": "string"
}{
"data": {},
"message": "string",
"errors": [
{
"field": "string",
"messages": [
null
]
}
],
"statusCode": 0
}Last updated on 21 March 2026