Sign in

Convert document

documented

Convert a document to a target format.

POST /convert/document/Conversionno 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.uploadcare.com/convert/document/" \
  -X POST \
  -H "Accept: application/vnd.uploadcare-v0.7+json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Uploadcare.Simple {{UPLOADCARE_API_KEY}}:{{UPLOADCARE_SECRET}}" \
  -d '{"paths": ["{{$path1}}"], "store": "{{$store}}", "save_in_group": "{{$save_in_group}}"}'