Sign in

Create import from raw

documented

Create an import task from a raw string.

POST /v2/import/rawImportsno 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/raw\" \
  -X POST \
  -H \"Authorization: Bearer {{CLOUDCONVERT_API_KEY}}\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -d '{\"file\": \"{{$file}}\", \"filename\": \"{{$filename}}\"}'