Submit AI Caption Order
documentedSubmit a new AI Caption order (caption_options).
POST /api/v1/ordersOrdersno 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.rev.com/api/v1/orders" \
-X POST \
-H "Authorization: Rev {{REV_CLIENT_API_KEY}}:{{REV_USER_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"sandbox_mode": {{$sandbox_mode}}, "client_ref": "{{$client_ref}}", "transcription_options": {"inputs": [{"audio_length_seconds": {{$audio_length_seconds}}, "uri": "{{$uri}}"}] , "verbatim": {{$verbatim}}, "timestamps": {{$timestamps}} }'