Skip to main content

Base URL

https://api.keyapi.ai

Platforms

Browse endpoints by group (20 groups total):

Response Format

All endpoints return JSON in the following envelope:
{
  "code": 0,
  "message": "success",
  "data": { ... }
}
FieldTypeDescription
codeinteger0 = success, any other value = error
messagestringHuman-readable status message
dataobject | arrayThe response payload