Request/Response Format
Request Format
Content-Type
application/json— For standard requests (translate, seo_description)multipart/form-data— For requests with PDF files (pdf_extraction)
Encoding
All data must be encoded in UTF-8.
Response Format
All API responses are in JSON format.
Standard Structure
{
"message": "Outcome description",
"data": {}
}
Response Headers
Content-Type: application/json
Pagination
Currently, the APIs do not support pagination. All results are returned in a single response.