v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBMarketplace
Create Marketplace Listing
Create a new marketplace listing for a retriever.
This endpoint allows retriever owners to publish their retrievers to the marketplace with custom tiers, pricing, and display configuration.
post/v1/marketplace/listings
Request body
object required
Response
Successful Response
Example response
{
"title": "Brand Safety Classification API",
"public_name": "brand-safety-api",
"app_url": "https://nga.mxp.co",
"icon_base64": "data:image/png;base64,iVBORw0KGgoAAAANS...",
"display_config": {
"components": [
{
"props": {
"field": "video_url",
"label": "Enter video URL"
},
"type": "SearchInput"
},
{
"props": {
"fields": [
"title",
"description",
"score"
],
"layout": "grid"
},
"type": "ResultCard"
}
],
"theme": {
"fontFamily": "Inter, sans-serif",
"primaryColor": "#007AFF"
}
},
"password_secret_name": "marketplace_password",
"featured_rank": 1
}