Skip to main content
The API tab, at /app/:slug/api, is a documentation page scoped to just this one flow. The same REST API every flow shares, but with the placeholders filled in: your flow’s real ID and its actual input names, so the code on the page runs as written instead of needing edits first.

What’s on the page

A sticky table of contents down the side and numbered sections walk through calling the flow: authenticating, starting a run with its real inputs, and reading back the result. Each code block has a language tab bar (cURL, Python, JavaScript, PHP, Go, Java, and Ruby) that switches every block on the page together, and every block is copyable.
If you haven’t created an API key yet, the tab links straight to creating one.

Where the full reference lives

This tab is the fast path for one flow; for the complete picture of the API. Every endpoint, the permission scopes each one needs, and the end-to-end run-and-poll walkthrough. See the API Reference section of these docs. Start a run documents the exact request this tab’s “start a run” snippet is calling.
Last modified on August 29, 2026