Llm
Body
contentstringRequired
descriptionstringOptional
sourceLanguagestringOptional
desiredLanguagestringRequired
Responses
200
Successful response
application/json
400
Invalid input data
application/json
500
Internal server error
application/json
post
POST /api/v2/llm/translate HTTP/1.1
Host: api.ethos.network
Content-Type: application/json
Accept: */*
Content-Length: 88
{
"content": "text",
"description": "text",
"sourceLanguage": "text",
"desiredLanguage": "text"
}
{
"translatedContent": "text",
"translatedDescription": "text",
"translatedLanguage": "text",
"detectedLanguage": "text",
"error": "text"
}