WellbyteWellbyte

GET /v1/xiaohongshu/note/web_detail

Note Detail (Web)

beta · 13 credits per success

Web-route note detail for both image and video notes. Requires note_id plus xsec_token, both parseable from a share link. Prefer the App routes; this is a fallback line.

Sign up for 500 credits and run with your own API key. Sign up free

Request

curl -s 'https://api.wellbyte.net/v1/xiaohongshu/note/web_detail?note_id=6a2f423d000000001003cb36&xsec_token=ABtexB6bX5HgLD42SFrK1scGUmSO8YV5_isaLrDy9sLxQ%3D' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample response

data{
data:null
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    note_idstringqueryyes笔记 ID,可从分享链接中解析6a2f423d000000001003cb36
    xsec_tokenstringqueryyes安全令牌,与 note_id 同源,从分享链接中解析ABtexB6bX5HgLD42SFrK1scGUmSO8YV5_isaLrDy9sLxQ=

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 13 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs