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:

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:

Authentication

To access the Shoti API, you'll need an API key. You can generate your API key here.