A
Alpic REST API
Details
- URL
-
https://api.alpic.ai/v1 - Spec
- https://api.alpic.ai/openapi.json
- Docs
- https://docs.alpic.ai/api-reference
Authentication
Sign in to the Alpic dashboard, open your team, go to API Keys in the sidebar, click New API key, name it, and copy the key. Send it as Authorization: Bearer <API_KEY> for the REST API, or export it as ALPIC_API_KEY for the CLI.
Run alpic login and complete the browser-based sign-in flow. The CLI stores the resulting tokens locally and reuses them across sessions. This is the recommended auth method for the CLI.