chore(docs): pull edited content

This commit is contained in:
hansputera
2021-11-07 09:41:40 +07:00

View File

@@ -33,31 +33,7 @@ This config is required if you want use `/api/search`.
3. Add environment variable with `SESSION` as the name, and your `sessionid` as a value.
## Endpoints
- `/api/ping:`
Send ping request to [TikTok](https://tiktok.com)
**Query requirements:** -
- `/api/search:`
> `SESSION` needed.
Search trending topic and videos about `x`
**Query requirements:**
- `q`: Keyword you want to search. (eg. `Naruto`)
- `t`: Searching type (`trend` for trending topic or `cards` for videos and user(s) information)
**Example:** `/api/search?q=Boruto&t=cards`
- `/api/download:`
Get tiktok video without watermark!
**Query requirements:**
- `url`: TikTok Video URL. (eg. `https://www.tiktok.com/@vanessaangelnih/video/7006671762352016666`)
Available on [Wiki](https://github.com/hansputera/tiktok-dl/wiki/Endpoints)
## Credits