BixelDocs
API reference

Download a capture's raw bytes

GET
/v1/captures/{id}/raw

The archived source bytes behind a proof bundle — the exact preimage the capture's sha256 commits to, served as a download (never rendered). Requires any API key; one capture per request. This is bixel-verify step 1: download, hash, compare against the bundle's sha256. Archived copies are served for verification of cited observations; removal requests: support@bixel.com.

Path Parameters

id*string

Capture id from a proof bundle (capture.id) or evidence trail.

Formatuuid

Response Body

text/plain

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/captures/497f6eca-6276-4993-bfeb-53cbbbba6f08/raw"
"string"
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}