Video
Video from curated channels, without ads or recommendations
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 |
|---|---|---|
limit | number | Optional max number of videos (default all recent) |
curl \ "https://micro.mu/api/v1/video/list"
GET /api/v1/video/searchSearch videos from the channels this instance curates. A curated set rather than all of YouTube, so a miss means it is not followed here, not that it does not exist
| 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. Same method, same answer, same price.


