📘

Note

You cannot try out this API from the developer portal at the moment. We are working on fixing the known limitations. Feel free to try out the API in a tool of your choice. The API request and response information are provided in this document.

Resource URL

HTTP Method: POST

URL: https://api.clibrain.com/v1/capabilities/summarize/media

Content-Type header: multipart/form-data

Request

Request Type: Form-data

Key NameRequiredFormatValue
filetruebinaryA file
modeltrueJSON textExtract parametrisation JSON.

Here is the sample JSON object data model. All parameters are optional in the JSON data file.

{
  "format": "paragraph", 
  "length": "long"
}

Read the request body description of Summarize text to understand the semantics of this object.

Response

{
    "summary": "El extracto proporciona información detallada sobre el modelo de televisión Samsung 65\" Series 8 RU8000 4K UHD TV. Este televisor cuenta con una frecuencia de actualización de movimiento de 200Hz, lo que garantiza una visualización clara de deportes y películas de acción. Además, destaca por su control remoto único, que permite controlar todos los dispositivos compatibles. También es compatible con Google Assistant y Amazon Alexa, lo que permite controlar el televisor mediante comandos de voz. En cuanto a la calidad de imagen, este televisor ofrece una resolución de 3840 x 2160 (4K UHD) y es compatible con la reproducción de HDR10+. En cuanto a la conectividad, cuenta con diversas opciones, incluyendo la compatibilidad con AirPlay 2. El televisor funciona con el sistema operativo Tizen y viene con una garantía de 12 meses. En resumen, el Samsung 65\" Series 8 RU8000 4K UHD TV es una opción destacada para aquellos que buscan una experiencia de visualización de alta calidad y un control conveniente."
}

Read the response body description of Summarize text to understand the semantics of this object.

Examples

Find a complete example in this recipe: