API
टिकटोक एपीआई
TikTok हर महीने 1 अरब से अधिक उपयोगकर्ताओं तक पहुंचता है, जो शॉर्ट-फॉर्म वीडियो, लाइव स्ट्रीम और ट्रेंड-प्रेरित खोज के माध्यम से सांस्कृतिक प्रासंगिकता के लिए महत्वपूर्ण है।
API Reference Version: 1.0.0 5 Endpoints Authentication
Base URL
https://api.pressmonitor.com Authentication
All requests use Bearer token authentication.
Authorization: Bearer YOUR_API_KEY
x-subscription-id: YOUR_SUB_ID GET
/post-comments पोस्ट टिप्पणियाँ
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| aweme_id | string | query | Yes | Aweme आईडी |
| count | integer | query | No | वापस लौटाने के लिए परिणामों की संख्या |
| cursor | integer | query | No | कर्सर |
| device_id | string | query | No | डिवाइस आईडी |
Code Examples
curl -X GET "https://api.pressmonitor.com/post-comments?aweme_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/post-detail पोस्ट विवरण
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| aweme_id | string | query | Yes | Aweme आईडी |
| device_id | string | query | No | डिवाइस आईडी |
| from | string | query | No | से |
Code Examples
curl -X GET "https://api.pressmonitor.com/post-detail?aweme_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/search-video वीडियो खोजें
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| keyword | string | query | Yes | कीवर्ड |
| count | integer | query | No | वापस लौटाने के लिए परिणामों की संख्या |
| cursor | integer | query | No | कर्सर |
| device_id | string | query | No | डिवाइस आईडी |
| search_id | string | query | No | खोज आईडी |
Code Examples
curl -X GET "https://api.pressmonitor.com/search-video?keyword=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/user-info उपयोगकर्ता जानकारी
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| sec_uid | string | query | No | सिक यूआईडी |
| unique_id | string | query | No | यूनिक आईडी |
| with_commerce_info | string | query | No | कॉमर्स जानकारी के साथ |
Code Examples
curl -X GET "https://api.pressmonitor.com/user-info" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/user-posts उपयोगकर्ता पोस्ट
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| sec_uid | string | query | Yes | सिक यूआईडी |
| count | integer | query | No | वापस लौटाने के लिए परिणामों की संख्या |
| cursor | integer | query | No | कर्सर |
| device_id | string | query | No | डिवाइस आईडी |
| from | string | query | No | से |
| with_play_token | string | query | No | प्ले टोकन के साथ |
Code Examples
curl -X GET "https://api.pressmonitor.com/user-posts?sec_uid=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता