Skip to main content

Base URL

All API requests should be made to:
https://api.u1.archetypeai.app/v0.5

Authentication

All API requests require authentication using your API key:
Authorization: Bearer YOUR_API_KEY

Available APIs

Rate Limits

API rate limits vary by plan. Contact [email protected] for details about your organization’s limits.

Error Handling

All API errors follow a consistent format:
{
  "error": {
    "code": "ERROR_CODE",
    "message": "Human-readable error message",
    "details": {}
  }
}