DEVELOPER DOCUMENTATION / V1
SOSH Score
The canonical score and six component contributions.
Request contract
/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
| Status | Meaning | Recovery |
|---|---|---|
200 | Scoped data with model version, effective date, request ID, and billing metadata | Inspect data and simulated-model caveats |
401 | Missing, invalid, or revoked bearer key | Create or rotate a key |
403 | Insufficient product scope | Issue a key with the required scope |
404 | Unavailable record or product | Check the scoped creator or post ID |
422 | Invalid request input | Correct the indicated fields |
429 | Rate or monthly quota exhausted | Wait for rate reset or review licensing |