The Avian API's base URL is https://api.avian.io
https://api.avian.io
Last updated 4 months ago
Returns the health status of the server
const response = await fetch('/health', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "text" }