# Getting Started

## Introduction

Frenzy provides a REST API which returns detailed categorizations and attribute information for products given their images and textual metadata. You can use the API to submit both online and batch prediction requests for your product data.&#x20;

## Request Types

### Individual Requests

To run the API on a single product item, submit requests like the following:

{% content-ref url="request/single-request" %}
[single-request](https://olddocs.frenzy.ai/request/single-request)
{% endcontent-ref %}

### Batch Request

To run the API on a batch of product items, submit requests like the following:&#x20;

{% content-ref url="request/batch-requests" %}
[batch-requests](https://olddocs.frenzy.ai/request/batch-requests)
{% endcontent-ref %}


---

# 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://olddocs.frenzy.ai/master.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.
