API overview
Base URL:Endpoints
Health check
Error shape
Expected API errors use this shape:error.code, not error.message.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Base URL, endpoints, and response format for the Reposeek REST API.
https://api.reposeek.ai
| Method | Path | Auth | Description |
|---|---|---|---|
GET | /health | No | API health check. |
POST | /v1/search | Yes | Search for open-source repositories matching a natural-language query. |
curl -sS https://api.reposeek.ai/health
{ "status": "ok" }
{
"error": {
"code": "invalid_api_key",
"message": "Invalid API key"
}
}
error.code, not error.message.