1.3.1
Documentation only — no API behavior changed.
- The
Postschema in the API reference now lists every field the API returns (creator,title,summary,description,tags,engagement,postedAt,createdAt,updatedAt,lastRefreshedAt), so generated clients keep them. The legacyvibeobject is documented as deprecated; usescoresandsentimentMix. GET /meandGET /insightsresponses are now fully typed in the reference.- Example payloads that showed
siftsyScoreon a 0–100 scale (71,31) are corrected to the 1–10 scale the API actually returns. AnalysiscommentAnalysis.scoresexamples now includescoreVersionandsiftsyScore. - Clarified when
POST /analysesruns as a job: onlysearchwithmode: ai(the default) or selections over 100 posts.mode: keywordstays a synchronous201snapshot. - Clarified paths:
comments.pathis relative to the base URL (…/v1/client); theLocationheader onPOST /analysesis a host path that already includes/v1/client. 409 analysis_not_readyis documented onGET /analyses/{analysisId}/comments(where it is returned) rather than onGET /posts/{postId}/analysis/comments.