Documentation Index
Fetch the complete documentation index at: https://docs.skilldiscs.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Endpoints
| Method | Path | Purpose |
|---|---|---|
POST | /search | Semantic search across all your Disks |
GET | /disks | List & filter your Disks |
GET | /disks/{id} | Read one Disk (UUID or public_id) |
POST | /disks/batch | Read up to 10 Disks in one call |
Identifiers
Disks have two identifiers:id— internal UUID (e.g.f47ac10b-58cc-4372-a567-0e02b2c3d479).public_id— short URL-safe slug (e.g.abc123).
{id} accept either form.