| Base URL |
https://app.genju.ai/api/v1 |
All endpoints prefixed with this |
| Format |
JSON over HTTPS |
Content-Type: application/json on all POST/PATCH |
| Versioning |
URL versioning: /api/v1/ |
v2 announced with 6-month notice |
| Idempotency |
X-Idempotency-Key header on POST |
Safe to retry — same key = same result |
| Pagination |
Cursor-based |
Response includes next_cursor; pass as ?after=CURSOR |
| Rate limit header |
X-RateLimit-Remaining in response |
Check this to avoid 429s |
| Timezone |
All timestamps in UTC ISO 8601 |
2026-03-25T14:30:00Z format |