Skip to main content
GET
/
v1
/
storage
/
docsets
/
{docset_id}
/
docs
/
{doc_id}
/
binary
Get Doc Binary
curl --request GET \
  --url https://api.aryn.cloud/v1/storage/docsets/{docset_id}/docs/{doc_id}/binary \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

docset_id
string
required
doc_id
string
required

Response

Successful Response