POST
/
ingest
/
files
{
  "documents": [
    {
      "external_id": "<string>",
      "owner": {},
      "content_type": "<string>",
      "filename": "<string>",
      "metadata": {},
      "storage_info": {},
      "storage_files": [
        {
          "bucket": "<string>",
          "key": "<string>",
          "version": 1,
          "filename": "<string>",
          "content_type": "<string>",
          "timestamp": "2023-11-07T05:31:56Z"
        }
      ],
      "system_metadata": {},
      "additional_metadata": {},
      "access_control": {},
      "chunk_ids": [
        "<string>"
      ]
    }
  ],
  "errors": [
    {}
  ]
}

Headers

authorization
string

Body

multipart/form-data

Response

200
application/json

Successful Response

Response model for batch ingestion