API v1
Pro Plan Required
Stepsies API
Build powerful integrations with the Stepsies API. Programmatically create, update, publish, and manage your step-by-step guides.
Base URL
https://api.stepsies.com/v1
Quick Example
List your stepsies
bash
curl https://api.stepsies.com/v1/stepsies \
-H "Authorization: Bearer sk_your_api_key_here" \
-H "Content-Type: application/json"
Response
200 OK
{
"stepsies": [
{
"id": 123,
"slug": "welcome-guide",
"title": "Welcome Guide",
"status": "published",
"steps_count": 5,
"views_count": 150,
"completions_count": 42
}
]
}
Core Concepts
API Endpoints
Stepsies
Create and manage step-by-step guides
GET /stepsies
GET /stepsies/:id
POST /stepsies
PATCH /stepsies/:id
DELETE /stepsies/:id
POST /stepsies/:id/publish
Need help?
Our team is here to help with API questions and integration support.
Contact developer support