{"openapi":"3.2.0","info":{"title":"TikTok Get Video API","description":"Make videos related to your keyword on TikTok","version":"1.0.0"},"servers":[{"url":"https://tbxku.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/search":{"get":{"operationId":"get_search","summary":"/search","description":"Get Video With Keyword","parameters":[{"name":"keyword","in":"query","required":false,"schema":{"type":"string","example":"Valorant"}},{"name":"count","in":"query","required":false,"schema":{"type":"string","example":"1"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}