GET
/
v0
/
documents
/
{id}
/
tags
Get tags for a document
curl --request GET \
  --url https://api.avidoai.com/v0/documents/{id}/tags \
  --header 'x-api-key: <api-key>'
"<any>"

Authorizations

x-api-key
string
header
required

Your unique Avido API key

Path Parameters

id
string<uuid>
required

The unique identifier of the document

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Successfully retrieved document tags

The response is of type any.