Rev

Creates a caption order for given Video Ids.

post

Requires at least one Video ID.

Authorizations
Ocp-Apim-Subscription-KeystringRequired

Authorize requests passing your apiKey in HTTP header.

subscription-KeystringRequired

Authorize requests passing your apiKey in Querystring.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Body
ClientApiKeystringRequired

This is a secret key specific to each partner that wishes to use the Rev Entertainment.

UserApiKeystringRequired

This is a secret key specific to a Rev user, which identifies the user account under whose privileges the requested operation executes. This key can be obtained by logging in to Rev as the user in question and going to the Rev Account Settings page.

ReferenceIdstringOptional

Optional order reference number.

VideoIdintegerRequired

ID of video to caption.

NotificationUrlstringOptional

Optional URL to send notifications when order is complete.

UseSandboxbooleanOptional

Optional URL to send notifications when order is complete.

Responses
chevron-right
200

OK.

CaptionOrderResponse

Idinteger · int64Optional
StatusstringOptional
post
/Orders

List of Caption Orders.

get

Orders are paged. Use Order ID to retrieve the caption attachment.

Authorizations
Ocp-Apim-Subscription-KeystringRequired

Authorize requests passing your apiKey in HTTP header.

subscription-KeystringRequired

Authorize requests passing your apiKey in Querystring.

Query parameters
Takeinteger · int32Required

Limits the total items returned. Maximum of 100 per request.

Skipinteger · int32Optional

Skips records using for paging results.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
chevron-right
200

OK.

AllRevCaptionsResponse

TotalCountinteger · int64Optional

Total count of captions.

Skipinteger · int32Optional

Records to skip used with paging.

Takeinteger · int32Optional

Page size.

get
/Orders/All

Caption text.

get

Requires caption OrderId and Type of caption.

Authorizations
Ocp-Apim-Subscription-KeystringRequired

Authorize requests passing your apiKey in HTTP header.

subscription-KeystringRequired

Authorize requests passing your apiKey in Querystring.

Path parameters
Idinteger · int64Required

Caption Order Id.

Typestring · enumRequired

Type of caption content.

Possible values:
Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
chevron-right
200

OK.

stringOptional
get
/{Id}/Attachments/{Type}/content

Last updated