SocialPipe docs

Douyin App V3 Fetch Share Info By Share Code

GET/v1/douyin/app/v3/fetch_share_info_by_share_code

Returns personal data about the subject you named. See our terms for what you may do with it.

Costs 1 credit. A cache hit costs nothing, and an answer that contains no data is never charged.

curl "https://api.socialpipe.dev/v1/douyin/app/v3/fetch_share_info_by_share_code" \  -H "Authorization: Bearer $SOCIALPIPE_KEY"
AuthorizationBearer <token>

Your SocialPipe API key, as Authorization: Bearer sp_live_…. Create one in the dashboard.

In: header

Query Parameters

share_code*Share Code

Share code

cache_ttl?|

Max acceptable age of a cached result, in seconds. A lower value demands fresher data; it does not shorten what is stored.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/douyin/app/v3/fetch_share_info_by_share_code?share_code=8%3A%2F+h%40O.kP+05%2F21+%E3%80%90%E7%94%9F%E6%84%8F%E5%9C%BA%E4%B8%8A%EF%BC%8C%E8%A3%85%E9%80%BC%E5%B0%B1%E6%98%AF%E8%8A%82%E7%9C%81%E6%B2%9F%E9%80%9A%E6%88%90%E6%9C%AC%E3%80%91%E9%95%BF%E6%8C%89%E5%A4%8D%E5%88%B6%E6%89%93%E5%BC%80%E6%8A%96%E9%9F%B3%EF%BC%8C%E5%8D%B3%E5%8F%AF%E9%98%85%E8%AF%BB%E6%96%87%E7%AB%A0+%EF%B8%BD%EF%B8%BD2QnCB9aIZZ29%EF%B8%BD%EF%B8%BD"
{  "cache_age": 0,  "cached": false,  "credits_remaining": 0,  "credits_used": 0,  "data": {},  "schema_version": "2",  "success": true,  "took_ms": 0}