API Reference
System API
Endpoints for system health checks and internal utility functions.
Health Check
A simple endpoint to verify that the API is running and responsive. This is useful for monitoring and uptime checks.
Request Example
curl "https://api.ainstein.ai/health"Responses
Response Example
OKCron Keep-Alive
This endpoint is designed to be called by a cron job. It performs a quick database operation (create and delete) to prevent the serverless database from going to sleep due to inactivity.
Request Example
curl "https://api.ainstein.ai/cron/keep-alive"Responses
Response Example
OK