Skip to content

API Reference

The Apptonomy API is a RESTful API built on Cloudflare Workers using the Hono framework.

https://api.apptonomy.ai

All API requests require a valid Clerk session token passed as a Bearer token in the Authorization header.

Terminal window
curl -H "Authorization: Bearer <token>" https://api.apptonomy.ai/:productId/project
MethodPathDescription
GET/:productId/projectGet project detail
PUT/:productId/projectUpdate project
MethodPathDescription
GET/:productId/userGet user info

Full endpoint documentation coming soon.