Skip to main content
GET
/
v1
/
media-searches
/
{media_search_id}
/
pdf
Media Search PDF
curl --request GET \
  --url https://api.taidalos.com/v1/media-searches/{media_search_id}/pdf \
  --header 'Authorization: <authorization>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.taidalos.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Basic Token

Path Parameters

media_search_id
string
required

media_search_id

Query Parameters

scope
string

Report scope (options: DEFAULT, EXTENDED, default: DEFAULT)

remove_analyst_pii
string

Remove analyst's PII (options: true, false, default: false)

annotation
string

Optional annotation

Response

PDF file output

The response is of type string.