Lodol Docs

Getting Started

Get started with the Lodol Developer API. Learn how to authenticate, make your first request, and integrate Lodol into your applications.

Welcome to Lodol

Lodol provides a powerful API that lets you integrate workflow automation directly into your applications. This documentation covers everything you need to get started.

Quick Start

1. Get Your API Key

Sign up for a Lodol account (Pro plan or above) and navigate to Settings > API Keys to generate your API key.

2. Make Your First Request

curl https://app.skipflow.com/api/v1/workflows \
  -H "Authorization: Bearer sk_live_your_api_key"

3. Run a Workflow

curl -X POST https://app.skipflow.com/api/v1/workflows/YOUR_WORKFLOW_ID/run-async \
  -H "Authorization: Bearer sk_live_your_api_key" \
  -H "Idempotency-Key: my-first-run"

What's Next?

On this page