Skip to main content
This guide takes you from an API key to a working product request.
1

Get an API key

Ask your LocalAds contact to provision an organization API key with the products:create and products:read permissions.Store it in an environment variable. The full key is shown only once.
2

Choose a brand

List the brands available to the organization and copy the brand id:
3

Create a product

If the product image is a local file, upload it first:
Copy the returned url into image_urls below. If the image already has a public HTTPS URL, you can use that URL directly.
4

Check the response

A request containing product images or a source URL returns 202 Accepted. Retrieve the product until status becomes ready:
The response also includes a Location header containing the product URL.

Next step

Follow Manage products to list, update, and delete products, or open the API reference tab.
Last modified on August 5, 2026