Actions (29)
Orders · 11
- Cancel OrderPOST /api/v1/orders/{order_num}/cancel
Request cancellation of an order that has not started processing.
documented - Delete OrderDELETE /api/v1/orders/{ordernum}
Delete the order data (attachments and transcripts are removed).
documented - Get OrderGET /api/v1/orders/{order_num}
Retrieve detailed information for a specific order.
documented - Get Order (Legal)GET /api/v1/orders/{ordernum}
Retrieve a specific legal order (includes legal-specific fields).
documented - List Legal OrdersGET /api/v1/orders?page={pagenum}&pageSize={pageSize}&ids={orderNumber1}...&ids={orderNumberN}
Get a paged list of legal orders for the user.
documented - List OrdersGET /api/v1/orders
Get a paged list of orders for the authenticated user.
documented - Submit AI Caption OrderPOST /api/v1/orders
Submit a new AI Caption order (caption_options).
documented - Submit AI Transcription OrderPOST /api/v1/orders
Submit a new AI Transcription order (uses automated_transcription_options or transcription_options).
documented - Submit Human Caption OrderPOST /api/v1/orders
Submit a new Human Caption order (caption_options).
documented - Submit Human Transcription OrderPOST /api/v1/orders
Submit a new Human Transcription order (uses transcription_options to reference inputs).
documented - Submit Legal Transcription OrderPOST /api/v1/orders
Submit a new Legal Transcription order (legal workflow).
documented
Custom Vocabulary · 6
- Create Custom VocabularyPOST /speechtotext/v1/vocabularies
Submit a custom vocabulary to bias transcription for a job.
documented - Create Custom VocabularyPOST /speechtotext/v1/vocabularies
Submit one or more vocabulary phrases to bias transcription.
documented - Get Custom VocabularyGET /speechtotext/v1/vocabularies/{id}
Retrieve a specific custom vocabulary by ID.
documented - Get Custom VocabularyGET /speechtotext/v1/vocabularies/{id}
Retrieve a vocabulary by ID.
documented - List Custom VocabulariesGET /speechtotext/v1/vocabularies
List existing custom vocabularies.
documented - List Custom VocabulariesGET /speechtotext/v1/vocabularies
List custom vocabularies for your Rev AI account.
documented
Attachments & Files · 4
- Get AttachmentGET /api/v1/attachments/{id}
Retrieve metadata for a specific attachment.
documented - Get Attachment ContentGET /api/v1/attachments/{id}/content
Download the content of an attachment (source or deliverable).
documented - Rate AttachmentPOST /api/v1/attachments/{attachment_id}/rate
Submit a rating and/or feedback for an attachment.
documented - Share AttachmentPOST /api/v1/attachments/{id}/share
Retrieve a shareable link/editor URL for the attachment.
documented
Jobs · 3
- Get JobGET /speechtotext/v1/jobs/{id}
Retrieve status and details for a transcription job.
documented - Get TranscriptGET /speechtotext/v1/jobs/{id}/transcript
Download the transcript for a completed job.
documented - Submit Transcription JobPOST /speechtotext/v1/jobs
Submit a transcription job for AI/human transcription of audio/video.
documented