Integrate Squeed into your workflows with our API
All API requests require authentication using an API key. Include your API key in the request header:
Authorization: Bearer YOUR_API_KEYhttps://api.squeed.co/v1GET /projects
List all projects accessible to the authenticated user
POST /projects
Create a new project
GET /projects/:id
Get a specific project by ID
PUT /projects/:id
Update a project
DELETE /projects/:id
Delete a project
Full API access with write permissions is available on the Pro plan ($10/month). Free tier includes read-only API access.
For comprehensive API documentation, examples, and SDKs, contact us at api@squeed.co