v1

latestOpenAPI 3.1.02026-08-06192355.6 KB
Documents

Get Document Metadata

post/api/v1/document/metadata

Response

Successful Response

titlestring

Title of the document

descriptionstring

Description of the document

summarystring

Summary of the document

keywordsstring

Keywords of the document

languagestring

Language of the document

Example response

{
  "title": "La metamorfosis",
  "description": "La metamorfosis es una novela escrita por Franz Kafka y publicada en 1915.",
  "summary": "Cuenta la historia de Gregorio Samsa, un comerciante de telas que vive con su familia a la que él mantiene con su sueldo, quien un día amanece convertido en un insecto.",
  "keywords": "metamorfosis, insecto",
  "language": "es"
}