# Kuaishou user posts API

Kuaishou user_posts is temporarily unavailable due to upstream supply failure. Calls cost 0.

Canonical: https://socialtoai.com/kuaishou-user-posts-api/

## Temporarily unavailable

This operation is paused due to an upstream supply failure. Calls return upstream_error with no charge. Other operations remain available. Check availability before retrying.

## One request

1.5 credits per successful or empty call. Failed calls cost 0.

Replace any PASTE_PUBLIC placeholder with a supported public identifier. This is a request template; it does not run automatically.

```
curl --request POST 'https://api.socialtoai.com/v1/user_posts' \
  --header "X-API-Key: $SOCIALTOAI_API_KEY" \
  --header 'Content-Type: application/json' \
  --header 'Idempotency-Key: REPLACE_WITH_A_UNIQUE_REQUEST_ID' \
  --data '{"platform":"kuaishou","user":"PASTE_PUBLIC_ACCOUNT_ID"}'
```

## Native support

Result shape: item. Pagination: returned opaque cursor.

These values describe the reference card. Additional restrictions can apply to user discovery or a content subtype. Inspect applied_params and warnings instead of assuming an unsupported filter was honored.

## A schema-checked example

Illustrative refusal while this operation is paused. It costs 0 credits.

```
{
  "request_id": "example_only_not_a_live_call",
  "schema_version": "v1",
  "fetched_at": "2026-09-05T00:00:00Z",
  "status": "error",
  "applied_params": {},
  "warnings": [],
  "items": [],
  "error": {
    "code": "upstream_error",
    "message": "Temporarily unavailable due to an upstream supply failure. No charge. Do not retry this operation until it is reopened.",
    "retryable": false,
    "action_url": "https://socialtoai.com/pricing/"
  },
  "platform": "kuaishou",
  "billing": {
    "cost": 0,
    "balance": 2,
    "unit": "credits",
    "pricing": "standard"
  }
}
```

## Platform limitations

Search only supports content_type=all. Numeric user IDs are required for profiles and creator posts; kwaiId, eid and profile URLs are not resolved implicitly.

v.kuaishou.com share links are not supported by the current production path. Use a numeric item ID or standard item URL.

User discovery can continue within the current page; native next-page discovery is not claimed. Duplicate adjacent content results are omitted with a warning.

Trending supports the four categories shown below. Other categories fall back with a warning.

Empty comments and recognized livestream cards are omitted with warnings. Insecure HTTP media URLs are omitted.

[All Kuaishou actions →](https://socialtoai.com/platforms/kuaishou/)
