You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -X POST "https://api.rev.ai/speechtotext/v1/jobs" -H "Authorization: Bearer my_token" -H "Content-Type: application/json" -d "{\"media_url\":\"https://www.rev.ai/FTC_Sample_1.mp3",\"metadata\":\"This is a sample submit jobs option\"}"
The text was updated successfully, but these errors were encountered:
curl -X POST "https://api.rev.ai/speechtotext/v1/jobs" -H "Authorization: Bearer my_token" -H "Content-Type: application/json" -d "{\"media_url\":\"https://www.rev.ai/FTC_Sample_1.mp3\",\"metadata\":\"This is a sample submit jobs option\"}"
Hi,
When I run this request I am getting "Unsupported options" error. I just want to verify my token and make a sample request.
How can I add options?
This is the first example on docs: https://www.rev.ai/docs
curl -X POST "https://api.rev.ai/speechtotext/v1/jobs" -H "Authorization: Bearer my_token" -H "Content-Type: application/json" -d "{\"media_url\":\"https://www.rev.ai/FTC_Sample_1.mp3",\"metadata\":\"This is a sample submit jobs option\"}"
The text was updated successfully, but these errors were encountered: