Images

Redirect to an Image.

get

Images should be downloaded and stored on the client server. Use /Common/ImageTypes to see a list of available image types.

Note: The swagger U/I does not support redirects.

Authorizations
Ocp-Apim-Subscription-KeystringRequired

Authorize requests passing your apiKey in HTTP header.

subscription-KeystringRequired

Authorize requests passing your apiKey in Querystring.

Path parameters
FilePathstringRequired

Filepath of Image.

Query parameters
RedirectbooleanOptional

Redirect to the image. Default = true

ExpirationMinutesstringOptional

Image url expiration in minutes. Default = 60. Maximum is 1440.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
chevron-right
200

OK.

get
/{FilePath}/Redirect

Redirect to a Screen Capture.

get

Requires a valid filepath of a video asset screen capture.

Note: The swagger U/I does not support redirects.

Authorizations
Ocp-Apim-Subscription-KeystringRequired

Authorize requests passing your apiKey in HTTP header.

subscription-KeystringRequired

Authorize requests passing your apiKey in Querystring.

Query parameters
FilePathstringRequired

Filepath of Image.

RedirectbooleanOptional

Redirect to the image. Default = true

ExpirationMinutesstringOptional

Image url expiration in minutes. Default = 60. Maximum is 1440.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
chevron-right
200

OK.

get
/ScreenCaptures/Redirect

List of Screen Capture Responses.

post

Requires a list of filepaths.

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
FilePatharrayOptional

List of Filepaths.

Responses
chevron-right
200

OK.

post
/ScreenCaptures/Batch

List of Batch Image.

post

Requires a list filepath.

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
FilePatharrayOptional

List of Filepaths.

Responses
chevron-right
200

OK.

post
/Batch

Last updated