DEVELOPER DOCUMENTATION / V1

SOSH Score

The canonical score and six component contributions.

Request contract

GET
/api/v1/creators/maya-solis/score

Required scope: score. A scoped demo bearer key authenticates requests to the fictional workspace in which it was issued.

curl 'https://YOUR-HOST/api/v1/creators/maya-solis/score' \
  -H 'Authorization: Bearer YOUR_DEMO_KEY'

Access & metering

Per successful request$0.01

Rate limit per key60 / minute

Rejected requests do not generate successful billable usage. Rotation and revocation invalidate old keys immediately.

Responses

StatusMeaningRecovery
200Scoped data with model version, effective date, request ID, and billing metadataInspect data and simulated-model caveats
401Missing, invalid, or revoked bearer keyCreate or rotate a key
403Insufficient product scopeIssue a key with the required scope
404Unavailable record or productCheck the scoped creator or post ID
422Invalid request inputCorrect the indicated fields
429Rate or monthly quota exhaustedWait for rate reset or review licensing
Open the full OpenAPI document