API Endpoints

List all the documents on your storage. The train status also comes with the request.

Example

[
  {
    "id": "0000-0000-0000-0000",
    "created_at": "2023-01-01T12:00:00.000Z",
    "file_id": "0000-0000-0000-0000",
    "user_id": "0000-0000-0000-0000",
    "name": "La metamorfosis",
    "org_id": "0000-0000-0000-0000",
    "file_type": "txt",
    "metadata": {
      "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"
    },
    "tokens": 1000,
    "chunk_count": 1
  }
]

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!