Create a new API from a URL
Submit a website URL to generate an API. If a matching API already exists, returns it instantly. Otherwise, queues a job to build one. Optionally describe the data you need in the task field.
Authorizations
API key for programmatic access. Create one in the Parse dashboard at https://parse.bot (Settings → API Keys). Keys start with 'pmx_'.
Body
Website URL to generate an API from
Natural language description of the data you need (e.g. 'get product prices and reviews')
Whether this API contributes to the shared marketplace canonical for its domain. TRUE (default) = your revisions feed back into the canonical, you can merge upstream improvements, and the build is free. FALSE = the API is fully desynced from the canonical and the build is charged. This is a permanent, per-API choice and cannot be toggled later. (The old force_new field has been removed — sending it now returns a 400.)
Response
Task created or matched
Unique task identifier — use this to poll for status
True if an existing API was found for this URL
Suggested test parameters for each endpoint (when matched)
True if the task likely requires authentication credentials