Proxy an Apify POST
Forwards to https://api.apify.com/{path}, overwriting Authorization with the secret Apify
token and dropping any client token query param. Use to run actors and tasks.
Authentication
AuthorizationBearer
A per-client bearer token (your Auxiliar API key). Send it as
Authorization: Bearer <token>. A missing, unknown, or revoked token returns 401. This
token is removed before the request is forwarded upstream (stripped, or overwritten with the
upstream’s own credential), so it never leaves the gateway.
Path parameters
path
Request
This endpoint expects a map from strings to any.
Response
The upstream’s response, passed through unchanged (status, headers, and body). Shown here as JSON; the exact shape is defined by the upstream provider.
Errors
401
Unauthorized Error
404
Not Found Error