Endpoints
REST paths map to the command reference. This page is an index, not a second contract.
Each path is one command. Open the reference page for the body, the success JSON, and the errors. This table is only the map.
| Method | Path | Command |
|---|---|---|
| GET | /api/v1/usage | get_usage |
| POST | /api/v1/comments | post_comment |
| POST | /api/v1/comments/like | like_comment |
| POST | /api/v1/comments/reply | reply_to_comment |
| POST | /api/v1/threads | post_thread |
| POST | /api/v1/finds | find_videos |
| GET | /api/v1/status/:id | get_status |
There is no paste route. Send video_url on post_comment instead. OpenAPI is at OpenAPI.
Last updated on