Chat9
APIDocuments

Run Document Health Check Route

Run health check synchronously and return updated health_status.

POST
/documents/{document_id}/health/run
/documents/{document_id}/health/run

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Path Parameters

document_id
Required
Document Id

Format: "uuid"
curl -X POST "https://api.getchat9.live/documents/497f6eca-6276-4993-bfeb-53cbbbba6f08/health/run" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "score": 0,
  "checked_at": "string",
  "warnings": [
    {}
  ],
  "error": "string"
}