{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/agify/json-schema/error-response.json",
"title": "ErrorResponse",
"description": "Error response returned by the Agify API when a request cannot be processed.",
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "Human-readable error message describing the problem with the request.",
"examples": [
"Missing 'name' parameter.",
"Invalid API key.",
"Request limit reached. Upgrade to a paid plan for more requests."
]
}
},
"required": ["error"],
"additionalProperties": false
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.