Integra le tue applicazioni con l'API REST di Omega AI.
Tutte le richieste API richiedono un token Bearer. Generane uno dalle impostazioni del pannello.
curl -H "Authorization: Bearer <TOKEN>" https://api.craftai-gameserv.com/v1/serversCrea, avvia, ferma e gestisci i tuoi server Minecraft in modo programmatico.
POST /v1/servers { "name": "MioServ", "plan": "nexus", "version": "paper-1.21" }Consulta metriche TPS, RAM, CPU e giocatori in tempo reale.
GET /v1/servers/:id/metrics?range=1hL'API è limitata a 120 richieste al minuto. Il superamento restituirà lo stato 429.