# Models

## The GetScreenCaptureBatch object

```json
{"openapi":"3.1.1","info":{"title":"Image API","version":"1.0"},"components":{"schemas":{"GetScreenCaptureBatch":{"title":"GetScreenCaptureBatch","properties":{"FilePath":{"description":"List of Filepaths.","type":"array","items":{"type":"string"}}},"description":"GetScreenCaptureBatch","type":"object"}}}}
```

## The GetImageBatch object

```json
{"openapi":"3.1.1","info":{"title":"Image API","version":"1.0"},"components":{"schemas":{"GetImageBatch":{"title":"GetImageBatch","properties":{"FilePath":{"description":"List of Filepaths.","type":"array","items":{"type":"string"}}},"description":"GetImageBatch","type":"object"}}}}
```

## The ImageRedirectResponse object

```json
{"openapi":"3.1.1","info":{"title":"Image API","version":"1.0"},"components":{"schemas":{"ImageRedirectResponse":{"title":"ImageRedirectResponse","properties":{"Url":{"description":"URL to image request.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ImageRedirectResponse","type":"object"}}}}
```

## The ScreenCaptureRedirectResponse object

```json
{"openapi":"3.1.1","info":{"title":"Image API","version":"1.0"},"components":{"schemas":{"ScreenCaptureRedirectResponse":{"title":"ScreenCaptureRedirectResponse","properties":{"Url":{"description":"URL to image request.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ScreenCaptureRedirectResponse","type":"object"}}}}
```

## The ImageBatchResponse object

```json
{"openapi":"3.1.1","info":{"title":"Image API","version":"1.0"},"components":{"schemas":{"ImageBatchResponse":{"title":"ImageBatchResponse","properties":{"Url":{"description":"URL to image request.","type":"string"},"FilePath":{"description":"Requested FilePath of requested image.","type":"string"},"Expires":{"description":"Image URLs are hashed and expire. ISO 8601 Format: yyyy-mm-dd hh:mm:ss.ffffff0Z ","type":"string","format":"date-time"}},"description":"ImageBatchResponse","type":"object"}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.fabricdata.com/origin/apis-all/image-api-docs/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
