Discovery
API Index
Discovery endpoint with all available endpoints, capabilities, and metadata. This is the recommended starting point for API consumers - it provides a complete map of all endpoints, valid intervals (day/week/month/lifetime), character system tiers and classes, and available focus areas. Useful for building tools that need to dynamically discover API capabilities.
get/api/index.json
Response
API discovery metadata with all available endpoints and capabilities
Example response
{
"version": "1.0",
"baseUrl": "https://elizaos.github.io",
"documentation": "https://elizaos.github.io/api",
"openapi": "https://elizaos.github.io/openapi.json",
"capabilities": {
"intervals": [
"day",
"week",
"month",
"lifetime"
]
}
}