Files

Download reusable file bytes

GET
/files/{id}/content

Authorization

bearerAuth
AuthorizationBearer <token>

Existing Eigenpal API key presented as a bearer token.

In: header

Path Parameters

id*string

Tenant-scoped reusable file identifier.

Length1 <= length

Response Body

application/octet-stream

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/files/string/content" \  -H "Authorization: Bearer $OPENPARSER_API_KEY"
"string"
{  "error": {    "code": "unauthorized",    "message": "invalid API key",    "request_id": "req_01h2example",    "retryable": false  }}
{  "error": {    "code": "forbidden",    "message": "API key lacks required scope",    "request_id": "req_01h2example",    "retryable": false  }}
{  "error": {    "code": "file_not_found",    "message": "file not found",    "request_id": "req_01h2example",    "retryable": false  }}

{  "error": {    "code": "rate_limited",    "message": "request rate limit exceeded",    "request_id": "req_01h2example",    "retryable": true  }}