Use this file to discover all available pages before exploring further.
This guide takes you from nothing to a scored piece of text using a model from the public catalog. Authoring your own model is covered in the REST API reference.
1
Get an API key
Sign in to the console and create a key. Copy the secret — it is shown only once.
export U22A8_API_KEY="your-key"
2
Score a piece of text
Score a commit message against the public u22a8.commit-message model. The simplest request sends the text as the raw body:
curl https://u22a8.ai/v1/models/u22a8.commit-message/score \ -H "Authorization: Bearer $U22A8_API_KEY" \ -H "Content-Type: text/plain" \ --data-binary 'Fix race condition in worker dispatch by draining the in-flight queue before shutdown'
3
Read the result
The default response is JSON. Each trait gets a score from 0–100, alongside a composite, a confidence signal, and headroom to the next tier: