API reference
Delete screenshot
DELETE
/api/v1/screenshots/{job_uuid}Deletes the job record and its stored image. The image URL stops resolving within a few minutes.
not callable yet
Direct API access is not open during the beta. API keys created in the dashboard authenticate nothing — no request anywhere is accepted with one — and screenshots are captured from the dashboard instead.
These pages describe the capture service the dashboard talks to. Read every request below as the shape of the interface that will open, not as a call you can make today.
response · 200
{
"success": true,
"job_uuid": "a818dd25-d93e-4148-8aed-9ebb109ceeda",
"deleted": true,
"image_deleted": true,
"credits_refunded": 0
}Not refunded: deleting a completed screenshot does not return its credit —
credits_refunded is always 0. Queued or processing jobs cannot be deleted; wait for a terminal state.