Indexed Repositories
0
Total Files
0
Total Chunks
0
API Calls Today
-

Quick Actions

Indexed Repositories

๐Ÿ“

No repositories yet

Index your first repository to get started with semantic code search.

Current API Key

๐Ÿ”‘

No API Key Yet

Click "Generate New Key" above to create your first API key.

Usage Example

# Index a repository curl -X POST https://your-api.onrender.com/api/v1/repositories/index \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "facebook/react"}' # Search code curl -X POST https://your-api.onrender.com/api/v1/search \ -H "X-API-Key: YOUR_API_KEY" \ -d '{"query": "useState hook"}'
๐Ÿ”ง

Search for symbols

Find functions, classes, and methods by name. Use filters to narrow down results.