Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.archetypeai.app/llms.txt

Use this file to discover all available pages before exploring further.

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

Lens API

Create and manage lens sessions

Files API

Upload and manage files

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": {}
  }
}