Edgaze REST API
Run marketplace workflows from your backend. Same billing and execution as the product UI. Ship your first API call in minutes.
Base URL
Pin this origin in your SDK or HTTP client. All paths below are relative to it.
https://api.edgaze.ai/v1How it works
Three primitives. Most integrations only need these.
Integration flow
From API key to completed run: the path most teams ship.
- 01Authenticate
Authorization: Bearer …
- 02Discover
GET /workflows
- 03Execute
POST /runs → 202
- 04Track
Poll or webhook
- 05Consume
Read outputs
Reference
Guides for auth, billing, and webhooks. Endpoint pages include a playground and copy-paste snippets.
Getting started
Workflows
Runs
Guides
- Webhooks
Receive signed HTTP callbacks when runs reach terminal states. Manage endpoints from the Developer console.
- Errors & Edge Cases
Complete reference for error codes, HTTP status mapping, async failure modes, and security behavior.
- Billing & Spend Caps
How API runs are funded, capped, and charged relative to the product UI.
- Streaming & Real-time
Poll runs, read events, and stream live output during execution.
Developer console
Create keys, set spend caps, configure webhooks, and debug delivery.