Document
Upload documents
Upload files as documents and kick off async processing for the given entity.
post/documents/
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
[
{
"id": 1,
"created_at": "2026-06-23T12:00:00Z",
"updated_at": "2026-06-23T12:00:00Z",
"creator_user_id": 1,
"tenant_id": 1,
"project_id": 1,
"chat_id": 1,
"assistant_id": 1,
"message_id": 1,
"library_id": 1,
"filename": "report.pdf",
"content_type": "application/pdf",
"description": "Quarterly financial report",
"content_id": 1,
"src": "SHAREPOINT",
"url": "https://example.sharepoint.com/doc.pdf",
"sp_site_id": "contoso.sharepoint.com,guid1,guid2",
"sp_drive_id": "b!abcdef123456",
"sp_drive_item_id": "01ABCDEF1234567890",
"sp_parent_folder_id": "01ABCDEFPARENT",
"sp_parent_path": "/Shared Documents/Reports",
"sp_last_modified_date_time": "2026-06-23T12:00:00Z",
"sp_import_folder_id": "01ABCDEFIMPORT",
"autosync": true,
"import_token": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"import_started_at": "2026-06-23T12:00:00Z",
"import_finished_at": "2026-06-23T12:05:00Z",
"import_error": "Permission denied"
}
]