Images
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.
Filepath of Image.
Redirect to the image. Default = true
Image url expiration in minutes. Default = 60. Maximum is 1440.
Accept Header
Success
ImageRedirectResponse
URL to image request.
Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z
GET /Images/{FilePath}/Redirect HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
Success
{
"Url": "text",
"Expires": "2026-01-01T00:00:00.000Z"
}Requires a list filepath.
Accept Header
List of Filepaths.
Success
POST /Images/Batch HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
Content-Type: application/x-www-form-urlencoded
Content-Length: 15
"FilePath=[]"Success
[]Requires a list of filepaths.
Accept Header
List of Filepaths.
Success
POST /Images/ScreenCaptures/Batch HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
Content-Type: application/x-www-form-urlencoded
Content-Length: 15
"FilePath=[]"Success
[]Requires a valid filepath of a video asset screen capture. Note: The swagger U/I does not support redirects.
Filepath of Image.
Redirect to the image. Default = true
Image url expiration in minutes. Default = 60. Maximum is 1440.
Accept Header
Success
ScreenCaptureRedirectResponse
URL to image request.
Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z
GET /Images/ScreenCaptures/Redirect?FilePath=text HTTP/1.1
Host: api.origin.fabricdata.com
Accept: application/json
Success
{
"Url": "text",
"Expires": "2026-01-01T00:00:00.000Z"
}Last updated