curl --request POST \
--url https://api.adside.ai/google/drive/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file_id": "<string>"
}
'"<string>"Download a Google Drive file through the connected Google workspace context and return the binary bytes.
curl --request POST \
--url https://api.adside.ai/google/drive/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file_id": "<string>"
}
'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.adside.ai/llms.txt
Use this file to discover all available pages before exploring further.