Documentation Index
Fetch the complete documentation index at: https://docs.reposeek.ai/llms.txt
Use this file to discover all available pages before exploring further.
Search result fields
A successfulPOST /v1/search response has this shape:
Top-level fields
| Field | Type | Meaning |
|---|---|---|
request_id | string | Request identifier. Include it when reporting issues. Matches X-Request-Id. |
results | array | Ranked repository results. Can be empty. |
results[]
| Field | Type | Meaning |
|---|---|---|
rank | integer | 1-based position in the response. |
repo | string | GitHub full name in owner/name format. |
url | string | GitHub repository URL. |
score | number | Relevance score for this query. Compare within one response. |
summary | string or null | AI-generated or indexed repo summary when available. |
stars | integer | GitHub stars at indexing time. |
forks | integer | GitHub forks at indexing time. |
license | string or null | SPDX license identifier when detected. |