cURL
curl --request GET \ --url https://api.handtextai.com/api/v1/status
{ "status": "healthy", "version": "1.0.0", "endpoints": [ "/generate", "/preview", "/fonts", "/status" ] }
Check API availability and version.
No authentication required. Use this endpoint to verify API connectivity and check the current version.
API is healthy
Response model for API status.
API status
API version
Available endpoints