cURL
curl --request POST \ --url https://api.raydocs.com/workspaces/{workspaceId}/documents/{documentId}/reparse \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "config_hash": "<string>", "force": false, "parser_version": "<string>" } '
Request parsing for a workspace document with a specific config hash.
config_hash
documents-write
POST /workspaces/12/documents/880e8400-e29b-41d4-a716-446655440000/reparse HTTP/1.1 Host: api.raydocs.com Authorization: Bearer <token> Content-Type: application/json { "config_hash": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef", "force": true }
202 Accepted
200 OK
Personal Access Token created from the Raydocs dashboard. Include in the Authorization header: Bearer <your_token> See API Keys for token creation and management.
Bearer <your_token>
64
Parsing already ready for provided config hash