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.

ImageRedirectResponse

UrlstringOptional

URL to image request.

Expiresstring · date-timeOptional

Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z

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.

ScreenCaptureRedirectResponse

UrlstringOptional

URL to image request.

Expiresstring · date-timeOptional

Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z

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.

ImageBatchResponse

UrlstringOptional

URL to image request.

FilePathstringOptional

Requested FilePath of requested image.

Expiresstring · date-timeOptional

Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z

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.

ImageBatchResponse

UrlstringOptional

URL to image request.

FilePathstringOptional

Requested FilePath of requested image.

Expiresstring · date-timeOptional

Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z

post
/Batch

Last updated