Invoke an endpoint
Endpoints
Invoke an endpoint
Call one of your published endpoints.
How a call resolves: a fresh cached result is returned immediately (no crawl credits spent); otherwise the scrape runs inline, up to a ~110 second budget; if it exceeds that — or the endpoint is async — you get 202 with a run id to poll at GET /v1/e/{slug}/results/{runId}.
Requires the endpoints:invoke permission.
GET
Invoke an endpoint
Authorizations
A ManyPI API key (mpi_...) from Settings → API keys, or an OAuth 2.1 access token obtained through the MCP consent flow.
Path Parameters
Query Parameters
Endpoint-defined parameters, validated against its param_schema.
Response
The extracted data, matching the endpoint's output schema.
The response is of type object.
