Skip to main content
NEWView Switcher

Developer Documentation

Develop and scale an auction-based advertising platform in your marketplace.

Topsort Mascot

Two Integration Paths — Mix and Match as Necessary

Low Code

Deals with common use cases and gets you started quickly.

API Driven

For bespoke functionality and advanced use cases.

Try It Out

Explore our API with these common workflows.
Upload products to your catalog using the Catalog API.
curl --request POST \
  --url https://api.topsort.com/v2/products \
  --header 'Authorization: Bearer YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "products": [
      {
        "id": "product-123",
        "name": "Example Product",
        "price": 29.99,
        "imageUrl": "https://example.com/product.jpg",
        "category": "electronics"
      }
    ]
  }'

Our Products

Explore Topsort’s core components designed to power your retail media business:

Client Libraries

We provide client libraries to help you get started quickly:

Learn More

Not sure where to begin? Learn about the fundamental components: