Transcription
Alias for speech-to-text. Expects multipart/form-data with an audio file.
Authentication
X-Api-Keystring
API key passed as the X-Api-Key header.
OR
AuthorizationBearer
API key passed as Authorization: Bearer token.
Path parameters
conversation
Conversation ID. Use 'default' for the main chat.
Query parameters
apikey
User API key. Also accepted as an optional route segment (e.g. /getBalance/{apikey}) or form field. You can also use Authorization: Bearer {apikey} or X-Api-Key: {apikey}.
Request
This endpoint expects a multipart form containing an optional file.
message
Prompt/message
version
Model ID from /info
conversation_id
ref
Optional referral code
aspectRatio
Image aspect ratio
file
Optional file upload
Response
Success
Errors
402
Payment Required Error
500
Internal Server Error
