v1
Create a new Niche Dive from an explicit Competitor list
Initiates a Niche Dive from a caller-provided list of Competitor ASINs — no automatic Competitor discovery is performed. Mirrors the "ASIN tray → Create Niche" flow in the extension. Dive tokens are consumed based on the number of ASINs supplied. Returns a diveId to track the analysis progress via GET /v1/niches/dives/{diveId}.
post/v1/niches/dive_with_competitors
Request body
Example request
{
"marketplace": "com",
"asins": [
"B08N5WRWNW",
"B09617YV4C"
]
}Response
Example response
{
"diveId": "b3e1f2c4-7e6a-4d2a-9f1e-123456789abc",
"estimatedCompletionDate": "2024-04-01T00:00:00Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.