cURL
curl --request POST \ --url https://api.acedata.cloud/tiktok/video \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "video_url": "<string>", "original_quality": 123 } '
{ "result": 904, "next_cursor": 602 }
API token from https://platform.acedata.cloud
Specifies the format of the response from the server.
application/json
application/x-ndjson
Specific link to video URL.
Whether to obtain original quality videos,0 indicates not to obtain original quality videos.
OK, the request was successful.
Return comment result information.
id for comment information page turning.
War diese Seite hilfreich?