v5
OpenAPI 3.1.02026-08-025631,1012.8 MBMarketplace
Execute Marketplace Retriever
Execute a marketplace retriever using its public name. Free tier listings can be accessed without authentication. Paid tier access requires a subscription token.
post/v1/marketplace/catalog/{public_name}/execute
Path parameters
public_namestring required
Public name of the marketplace listing
Public name of the marketplace listing
Query parameters
return_presigned_urlsboolean
Generate fresh presigned download URLs for all blobs with S3 storage
Generate fresh presigned download URLs for all blobs with S3 storage
return_vectorsboolean
Include vector embeddings in response
Include vector embeddings in response
Request body
Example request
{
"description": "Simple query",
"inputs": {
"query": "artificial intelligence trends",
"top_k": 25
}
}Response
Successful Response
{"stackTrail":"paths:/v1/marketplace/catalog/{public_name}/execute:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}