Base URL and Authorization
fetch("https://api.arlinear.com/functions/v1/<API Endpoint>", {
method: "POST",
headers: {
Authorization: "<Your API Key>", // Keep this API key a secret!
},
body: ...
});Last updated
fetch("https://api.arlinear.com/functions/v1/<API Endpoint>", {
method: "POST",
headers: {
Authorization: "<Your API Key>", // Keep this API key a secret!
},
body: ...
});Last updated