Endpoints
The ScribePilot API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
POST
/v1/posts/generateGenerate Post
Trigger a new blog post generation based on a topic or title.
GET
/v1/postsList Posts
Retrieve a list of all generated posts with their status and metadata.
GET
/v1/posts/{id}Get Post
Retrieve the full content and details of a specific post.
POST
/v1/webhooksRegister Webhook
Register a new webhook endpoint to receive event notifications.
Base URL
https://api.scribepilot.com