API Reference
Complete reference for the Promptomize API.
Base URL
https://api.promptomize.app/api/v1Authentication
All endpoints require an API key in the X-API-Key header.
Endpoints
| Method | Endpoint | Description | Permission |
|---|---|---|---|
| POST | /public/enhance | Enhance a prompt | enhance |
| GET | /public/usage | Get usage and quota | - |
| GET | /public/models | List modalities and options | - |
| GET | /public/history | Get enhancement history | read_history |
Response Headers
All responses include these headers:
| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests per minute |
X-RateLimit-Remaining | Remaining requests in current window |
X-RateLimit-Reset | Unix timestamp when limit resets |
X-Quota-Limit | Monthly request quota |
X-Quota-Remaining | Remaining monthly requests |
X-Quota-Reset | ISO date when quota resets |
Content Types
- All requests must use
application/json - All responses are
application/json - Streaming responses use
text/event-stream
OpenAPI Specification
Download the complete OpenAPI 3.1 specification for use with code generators and API clients.