Video
Calling it
Everything here is public and free. No token, no account, no payment.
curl https://micro.mu/api/v1/video/list
Methods
GET /api/v1/video/listRead the latest videos from curated channels
| Argument | Type | Description |
|---|---|---|
category | string | Optional curated category |
offset | number | Videos to skip |
limit | number | Maximum videos per page, default 20, maximum 100 |
curl \ "https://micro.mu/api/v1/video/list"
GET /api/v1/video/readRead the metadata and description of one video already discovered by this instance. No transcript is available
| Argument | Type | Description |
|---|---|---|
id * | string | Video id or video_ archive id from List or Search |
curl \ "https://micro.mu/api/v1/video/read?id=id"
GET /api/v1/video/searchSearch YouTube by keyword using this instance's search quota. Results are not restricted to the curated channels
| Argument | Type | Description |
|---|---|---|
query * | string | What to search for |
curl \ "https://micro.mu/api/v1/video/search?query=query"
The same methods are tools over MCP, and every service on this instance is in one reference.
