DocumentationHTTP API Reference
HTTP API Reference
Standard request/response formats and headers.
Execution Endpoint Structure
All requests to the FusePlane Execution Gateway share a common structure.
cURL Example
1curl -X POST https://api.fuseplane.com/v1/execute/my-endpoint \2 -H "Authorization: Bearer <public-key>" \3 -H "Content-Type: application/json" \4 -d '{"foo": "bar"}'
Required Headers
x-fuseplane-key
RequiredString
Your project's public API key. Find this in the dashboard under Project Settings.
Content-Type
Required
Must be set to application/json for payload parsing.