cURL
curl --request POST \ --url https://developer.api.receiptor.ai/v1/capabilities/documents.unarchive \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "id": "<string>" } '
{ "success": true, "code": 200, "data": { "result": {} } }
Restore a previously archived document so it is active again.
API key prefixed with sk_. Obtain from the Receiptor AI dashboard.
sk_
The archived document ID to restore
1
Successful response
true
200
Show child attributes
Was this page helpful?