Dotb provides a **public REST API** so you can automate your Dotb workflows directly from your own scripts and tools.

> The API is available on the **Boutique AI** plan.

## What you can do

The API does not interact with Vinted directly. Instead, it works with your data on Dotb:

- **Create listings on Dotb** — build your listings through the API, then publish them to Vinted with the browser extension.
- **Access your Vinted orders** — read the orders that Dotb has synced from your Vinted account.

## Interactive documentation

The full API reference is public and interactive. You can browse every endpoint, inspect request and response schemas, and try calls right from your browser.

[📖 Open the interactive API reference](https://dotb.io/api/public/v1/docs)

## Authentication

Every request is authenticated with a personal API token, sent as a `Bearer` token in the `Authorization` header. A **Boutique AI** subscription is required.

Create and manage your tokens from your [API tokens settings](/dashboard/settings/api-tokens). Treat them like passwords — anyone with a token can act on your behalf.

## Base URL

```
https://dotb.io/api/public/v1
```

## For AI tools and code generators

A machine-readable summary of the API is available at [`/api/public/v1/llms.txt`](/api/public/v1/llms.txt), and the raw OpenAPI specification at [`/api/public/v1/openapi.json`](/api/public/v1/openapi.json).
