API ReferenceVault
Mark a request delivered
Marks a fulfilled request as delivered after its proof was sent to the fan. Returns 409 if the request is not in the fulfilled state. Requires a write-scoped key.
Authorization
bearerAuth AuthorizationBearer <token>
Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.
In: header
Path Parameters
request_id*integer
Request id.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/admin/requests/0/deliver"{ "ok": true}{ "detail": "Not authenticated"}{ "detail": "request is not in 'fulfilled' state"}Respond to a content request
Records the model's action on a request: start, fulfill (with media), or decline (with a reason). Returns 404 on a missing request or invalid transition. Requires a write-scoped key.
Cancel a content request
Cancels an open content request. Returns 409 if the request is not open. Requires a write-scoped key.