---
title: "Create a new listing"
method: POST
path: "/api/marketplace/listings"
tags: ["Marketplace"]
---

# Create a new listing

`POST /api/marketplace/listings`

## Request body

- object
  - `title` string, required
  - `description` string, required
  - `content` string, required — Plain text content (becomes visible to buyer after purchase)
  - `category` 'trading-signal' | 'data-feed' | 'model-access' | 'analysis' | 'tool', required
  - `price` integer, required — Price in points

## Response `200`

Listing created

- object
  - `success` boolean
  - `listing_id` integer

---

[API](https://skmtc.net/google/apis/ai-trader-api.md) · [All operations](https://skmtc.net/google/apis/ai-trader-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/ai-trader-api/versions/05f5fe42e6ea/schema)
