API Docs.
Simple, fast, and robust REST interface for all your automation needs. Integrate in minutes.
01
Authentication
Include your API key in every request header to authenticate.
x-api-key: gcode_...02
Implementation
POST
https://apis.gcode.host/v1/[endpoint]fetch("https://apis.gcode.host/v1/endpoint", {
method: "POST",
headers: {
"x-api-key": "YOUR_KEY",
"Content-Type": "application/json"
},
body: JSON.stringify({
"param": "value"
})
})Rate Limits
1,000 requests — Resets every 30 days (Free tier)