> ## Documentation Index
> Fetch the complete documentation index at: https://docs.makelocalads.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LocalAds API

> Build product and creative workflows with LocalAds.

The LocalAds API lets you manage the product data used to create advertising
assets. It uses predictable HTTP resources, JSON responses, and organization
API keys.

<CardGroup cols={2}>
  <Card title="Make your first request" icon="rocket" href="/quickstart">
    Create a product and confirm your API connection.
  </Card>

  <Card title="Explore the API" icon="square-terminal">
    Open the API reference tab to inspect schemas, responses, and errors in the
    interactive playground.
  </Card>
</CardGroup>

## Base URL

```text theme={null}
https://makelocalads.com/api/v1
```

All requests use HTTPS and return JSON. Errors use
`application/problem+json`.

## Available resources

| Resource    | What you can do                                      |
| ----------- | ---------------------------------------------------- |
| Brands      | Find the brand IDs that scope products and templates |
| Products    | Create, list, retrieve, update, and delete products  |
| Templates   | Browse reusable photoshoot shot packs                |
| Photoshoots | Generate and retrieve product photos from a template |

<Note>
  LocalAds calls this resource a **product** publicly. You may see “offering”
  in internal systems, but it is not part of the public API contract.
</Note>
