Sign in

Create import from S3

documented

Create an import task that downloads from Amazon S3.

POST /v2/import/s3Importsno 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://api.cloudconvert.com/v2/import/s3" \
  -X POST \
  -H "Authorization: Bearer {{CLOUDCONVERT_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"bucket": "{{$bucket}}", "region": "{{$region}}", "endpoint": "{{$endpoint}}", "key": "{{$s3_key}}", "key_prefix": "{{$s3_key_prefix}}", "access_key_id": "{{$access_key_id}}", "secret_access_key": "{{$secret_access_key}}", "session_token": "{{$session_token}}", "filename": "{{$filename}}"}'
Create import from S3 · CloudConvert · OpenIntegrations