Create export to Google Cloud Storage
documentedCreate an export task to Google Cloud Storage.
POST /v2/export/google-cloud-storageExportsno implementation yet0 runsNo 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://api.cloudconvert.com/v2/export/google-cloud-storage" \
-X POST \
-H "Authorization: Bearer {{CLOUDCONVERT_API_KEY}}" \
-H "Content-Type: application/json" \
-d '{"input": "{{$input}}", "project_id": "{{$project_id}}", "bucket": "{{$bucket}}", "client_email": "{{$client_email}}", "private_key": "{{$private_key}}", "file": "{{$file}}", "file_prefix": "{{$file_prefix}}"}'