Shoti API Documentation
Welcome to the Shoti API documentation. Here you'll find all the necessary information to integrate our selected TikTok videos into your development projects.
Endpoint: Get Video
Use this endpoint to retrieve a selected TikTok video based on the provided API key.
Request
URL: https://shoti.kenliejugarap.com/getvideo.php
Method: GET
Parameters:
- apikey (required) - Your unique API key to authenticate the request.
Example Request
https://shoti.kenliejugarap.com/getvideo.php?apikey=your-api-key
Response
If the request is successful, the response will be in JSON format, providing details about the TikTok video.
Response Example:
{
"status": true,
"response": "Successfully fetched a video from data",
"title": "No Title",
"tiktokUrl": "https://vt.tiktok.com/ZS2foBNYP/",
"videoDownloadLink": "https://shoti.kenliejugarap.com/shoti-videos/1725772433.mp4",
"username": "Kenlie"
}
Response Fields:
- status - Boolean value indicating whether the request was successful.
- response - A message providing additional information about the request.
- title - The title of the TikTok video.
- tiktokUrl - The URL of the TikTok video.
- videoDownloadLink - Direct link to download the video.
- username - The username of the TikTok account that posted the video.
Authentication
To access the Shoti API, you'll need an API key. You can generate your API key here.