# Get started with REST API

JTheta.ai offers a powerful REST API for programmatic access to all platform functionalities. While the web platform provides an intuitive interface to create projects, upload images, assign annotation tasks, and export labeled datasets, the REST API enables developers and data teams to automate these operations at scale.

With the API, you can create and manage projects, upload large batches of images, trigger AI-assisted annotation, assign annotators and reviewers, and download completed labels — all through secure, authenticated endpoints. This is especially useful when working with high-volume datasets or integrating JTheta.ai into your custom MLOps workflows.

Whether you prefer the convenience of the web UI or the flexibility of the REST API, JTheta.ai supports a seamless and scalable annotation experience to match your needs.

You need a API key to use REST API.Refer to the following documentation on how to create API key:

{% content-ref url="/pages/2685kNUX5Uh2n16NvIaQ" %}
[🔑 Create JTheta API Key](/docs.jtheta.ai/authentication/create-jtheta-api-key.md)
{% 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://jtheta-ai.gitbook.io/docs.jtheta.ai/jtheta-rest-api/openapi.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.
