You almost never call this directly —
slideless remix <slug> records the remix for you after downloading the files. Call it only when you build a custom remix flow on top of the public API.When to use
Bump the public remix count of a marketplace listing. The CLI’sslideless remix invokes this after it has written the listing’s files locally, so the counter reflects real remixes. The endpoint records a usage signal only — it does not perform or return any file content.
This endpoint is public — no API key required.
Endpoint
Auth
None. Do not send anAuthorization header.
Request body
Response (200)
Examples
curl
Node.js
Errors
Next
- GET /getMarketplaceListing — read the listing’s current counters.
- POST /recordMarketplaceView — the sibling endpoint for the view counter.
- GET /listMarketplaceRemixes — listings remixed from a given listing.
- Remixing guide — the full remix flow.