Fac-360
Artifacts

Stream and integrity-check a public document artifact

Streams immutable bytes through a private R2-only service after tenant authorization and metadata integrity checks. Range requests are not supported.

GET
/api/v2/documents/{id}/artifacts/{kind}

Streams immutable bytes through a private R2-only service after tenant authorization and metadata integrity checks. Range requests are not supported.

Authorization

bearerAuth
AuthorizationBearer <token>

Tenant-bound, scoped and expiring Apifact credential. Migrated legacy credentials are accepted only on deprecated v1 writes and tenant-scoped v2 read, poll and download routes. Each operation names the single scope it requires in x-required-scope; the scope array of the security requirement itself is empty because OpenAPI 3.0 requires it to be for a non-oauth2 scheme.

In: header

Path Parameters

id*string
Formatuuid
kind*string

Value in

  • "signed-xml"
  • "submission-zip"
  • "cdr-zip"
  • "cdr-xml"
  • "pdf-a4"
  • "pdf-ticket"
  • "qr-png"

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/documents/497f6eca-6276-4993-bfeb-53cbbbba6f08/artifacts/signed-xml" \  -H "Authorization: Bearer apf_v2_tu_credencial"
"string"