cURL
curl --request PATCH \ --url https://api.dev.orchata.ai/documents/{id} \ --header 'Content-Type: application/json' \ --header 'Oai-Api-Key: <api-key>' \ --data ' { "spaceId": "space_123", "status": "PENDING", "errorMessage": "<string>", "metadata": {} } '
{ "document": { "id": "<string>", "orgId": "<string>", "spaceId": "<string>", "filename": "<string>", "mimeType": "<string>", "fileSize": "<string>", "storageUrl": "<string>", "status": "<string>", "errorMessage": "<string>", "embeddingModel": "<string>", "metadata": "<string>", "createdAt": "2023-12-25", "updatedAt": "2023-12-25" } }
Update an existing document’s status, error message, or metadata
"document_123"
Document update data
The ID of the space containing the document
"space_123"
PENDING
PROCESSING
COMPLETED
FAILED
Show child attributes
Document updated successfully