API Reference
Rosetta provides a REST API for documents, templates, tool requests, and export workflows.
Beta: Breaking changes may occur.
Base URL
https://philipshih.org/apps/rosetta/api/v1Authentication
Use a bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEYCommon Headers
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
Accept: application/json
X-Request-ID: unique-request-id (optional)Rate Limiting
| Tier | Limit | Burst |
|---|---|---|
| Free | 100 requests/hour | 10 concurrent |
| Professional | 1,000 requests/hour | 50 concurrent |
| Enterprise | 10,000 requests/hour | 100 concurrent |
API Sections
Last updated on