Getting Started
This guide walks you through making your first planning request with the Feasbl API.
Prerequisites
- A Feasbl account
- An API key or valid session token
Your First Request
Submit a PDDL planning job via the API:
curl -X POST https://api.feasbl.io/jobs \
-H "Authorization: Bearer <your-api-key>" \
-H "Content-Type: application/json" \
-d '{"domain": "...", "problem": "..."}'