Skip to main content
POST
/
marketplace
/
apis
/
{id}
/
fork
Fork a marketplace API privately
curl --request POST \
  --url https://api.parse.bot/marketplace/apis/{id}/fork \
  --header 'X-API-Key: <api-key>'
{
  "scraper_id": "<string>",
  "canonical_scraper_id": "<string>"
}

Authorizations

X-API-Key
string
header
required

API key for programmatic access. Create one in the Parse dashboard at https://parse.bot (Settings → API Keys). Keys start with 'pmx_'.

Path Parameters

id
string
required

Response

Forked — your private copy

scraper_id
string

Your private, desynced copy — call POST /scraper/{scraper_id}/{endpoint_name}.

canonical_scraper_id
string