API Reference

Programmatic access to Zephly — create workflows, execute pipelines, and retrieve artifacts via REST API.

Beta: The API is currently in beta. Available on Pro plan and above. Endpoints and response formats may change.

Base URL

https://api.zephly.ai/v1

Authentication

API Keys — Coming Soon. API key generation is not yet available. Currently, authentication is handled via session tokens only. API key support will be added in a future release.
curl -H "Authorization: Bearer YOUR_SESSION_TOKEN" \
  https://api.zephly.ai/v1/workflows

Endpoints overview

MethodEndpointDescription
GET/workflowsList your workflows
POST/workflowsCreate a workflow
GET/workflows/:idGet workflow details
POST/workflows/:id/executeExecute a workflow
GET/workflows/:id/runsList execution history
GET/artifacts/:idDownload an artifact
GET/meCurrent user profile
GET/creditsCredit balance

In this section

Interactive docs

For the complete OpenAPI spec with try-it-now functionality, visit the Swagger UI at /api/docs (requires authentication).

Last updated: 2026-03-27

    API Reference | Zephly