GET
/
api
/
beta
/
document
/
{document_id}
/
metadata
curl "https://customerName.ambersearch.de/api/beta/document/{document_id}/metadata" \
-H "Authentication: Bearer ambrs-exampletoken"
"<any>"
curl "https://customerName.ambersearch.de/api/beta/document/{document_id}/metadata" \
-H "Authentication: Bearer ambrs-exampletoken"

Authorizations

Authorization
string
header
required

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

Path Parameters

document_id
string
required

The unique identifier of the document

Minimum length: 1

Query Parameters

provide_text_attribute
boolean
default:false

Whether to include the document's text content in the response

Response

200
application/json

Successful Response

The response is of type any.