Sign in

Get thumbnails (batch)

documented

Request thumbnails for multiple files in a batch.

POST /2/files/get_thumbnail_batchFilesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://content.dropboxapi.com/2/files/get_thumbnail_batch" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -d '{"entries": [{"path": "{{$path}}", "format": "{{$format}}", "size": "{{$size}}", "mode": "strict"}]}'
Get thumbnails (batch) · Dropbox · OpenIntegrations