> For the complete documentation index, see [llms.txt](https://docs.mediamelon.com/mediamelon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mediamelon.com/mediamelon/smartsight-apis.md).

# SmartSight APIs

- [Overview](https://docs.mediamelon.com/mediamelon/smartsight-apis/accessing-the-api.md)
- [Authentication and query parameters](https://docs.mediamelon.com/mediamelon/smartsight-apis/authentication-and-query-parameters.md): Authenticate requests and build metric and session queries.
- [Bearer token authorization](https://docs.mediamelon.com/mediamelon/smartsight-apis/bearer-token-authorization.md): Authenticate SmartSight API requests with a bearer token.
- [Metric and Dimensions Dictionary](https://docs.mediamelon.com/mediamelon/smartsight-apis/metrics.md): Reference values for SmartSight video and ad metrics and dimensions.
- [Metric Query API](https://docs.mediamelon.com/mediamelon/smartsight-apis/metric-query-api.md)
- [Video Session List API](https://docs.mediamelon.com/mediamelon/smartsight-apis/video-session-list-api.md): Query paginated video session rows for drill-down and root-cause analysis.
- [Copy of Video Session List API](https://docs.mediamelon.com/mediamelon/smartsight-apis/copy-of-video-session-list-api.md): Query paginated video session rows for drill-down and root-cause analysis.
- [Ad Metric Query](https://docs.mediamelon.com/mediamelon/smartsight-apis/ad-metric-query.md): Query aggregated ad metrics with the SmartSight metric query endpoint.
- [Errors](https://docs.mediamelon.com/mediamelon/smartsight-apis/errors.md)
- [Alerts](https://docs.mediamelon.com/mediamelon/smartsight-apis/alerts.md)
- [Errors - Deprecated Page](https://docs.mediamelon.com/mediamelon/smartsight-apis/errors-deprecated-page.md)
- [Stream Analytics - Deprecated Page](https://docs.mediamelon.com/mediamelon/smartsight-apis/stream-analytics.md): The following set of APIs are used to query analytical data from video streams
- [General Guidelines - Deprecated Page](https://docs.mediamelon.com/mediamelon/smartsight-apis/general-guidelines.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.mediamelon.com/mediamelon/smartsight-apis.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.
