Authentication
The API is authenticated by personal access tokens (PATs). Mint a token in Settings → API Tokens. The full token is shown exactly once on creation — copy it immediately.
Send the token as a Bearer header on every request:
curl -H "Authorization: Bearer mklt_pat_..." https://www.aiready.cat/api/v1/generations/0190f8a1-c0c0-4000-8000-aaaaaaaaaaaaIf a token is missing, malformed, expired, or revoked, the API returns
401 Unauthenticated with the same generic message in every case. Rotate
tokens by creating a new one and revoking the old one from the same settings
page.