API Reference
The Apptonomy API is a RESTful API built on Cloudflare Workers using the Hono framework.
Base URL
Section titled “Base URL”https://api.apptonomy.aiAuthentication
Section titled “Authentication”All API requests require a valid Clerk session token passed as a Bearer token in the Authorization header.
curl -H "Authorization: Bearer <token>" https://api.apptonomy.ai/:productId/projectEndpoints
Section titled “Endpoints”Projects
Section titled “Projects”| Method | Path | Description |
|---|---|---|
| GET | /:productId/project | Get project detail |
| PUT | /:productId/project | Update project |
| Method | Path | Description |
|---|---|---|
| GET | /:productId/user | Get user info |
Full endpoint documentation coming soon.