Summarize
Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
POST
/texts/summarizations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.your-api-server.com/texts/summarizations' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_id": "string",
"formality": "default",
"max_tokens": 2048,
"mode": "default",
"model": "chat-sophos-1",
"n": 1,
"source_lang": "string",
"target_lang": "string",
"temperature": null,
"text": "string"
}'
Response Response Example
{
"data": {
"outputs": [
{
"index": 0,
"text": "A beautiful sentence hand crafted by TextCortex."
}
],
"remaining_credits": 0
},
"status": "success"
}
Request
Body Params application/json