Back

API Dashboard

$0.00
Current Balance
0
Tokens Used (Total)
$0.00
Total Spent
0
Total Requests

Pricing

Input tokens $0.20 / 10K tokens
Output tokens $1.00 / 10K tokens
Embedding tokens $0.01 / 10K tokens
Minimum top-up $5.00

Usage (Last 7 Days)

Loading chart...

Your API Keys

No API keys yet
Create an API key to start using the ArchiCore API

Security Tips

  • Never share your API keys in public repositories or client-side code
  • Use environment variables to store API keys in your applications
  • Rotate your keys periodically for better security
  • Delete unused keys immediately

Recent Operations

Date Operation Tokens Cost Project
Loading usage data...
$0.00
Current Balance

Add Credits

Billing History

Date Description Amount Status
No billing history yet

Authentication

Include your API key in the Authorization header:

Authorization: Bearer arc_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Endpoints

GET /api/projects

List all projects for the authenticated user

POST /api/projects

Create a new project. Body: { "name": "...", "path": "..." }

GET /api/projects/:id

Get project details

POST /api/projects/:id/analyze

Analyze impact of changes. Body: { "description": "...", "files": [...] }

POST /api/projects/:id/search

Semantic code search. Body: { "query": "...", "limit": 10 }

POST /api/projects/:id/ask

Ask the AI architect. Body: { "question": "..." }

GET /api/projects/:id/metrics

Get code metrics and quality scores

GET /api/projects/:id/security

Run security analysis

GET /api/projects/:id/dead-code

Find unused code

GET /api/projects/:id/duplication

Find code duplicates

POST /api/projects/:id/export

Export analysis. Body: { "format": "json|html|markdown|csv" }

DELETE /api/projects/:id

Delete a project