Ai
ai
Translates the given text to the specified target language
Authorizations
Body
textstringRequiredExample:
Hello, World!target_languagestringRequiredExample:
esResponses
200
Translation successful
application/json
422
Validation failed
application/json
500
Failed to translate text
application/json
post
/api/ai/translateThis endpoint is used to improve writing by fixing transcription errors.
Authorizations
Body
textstringOptionalExample:
Hello, World!Responses
200
Transcription fixed successfully
application/json
422
Validation failed
application/json
500
Failed to fix transcription
application/json
post
api/ai/improve-writingLast updated