API Access

Your API Key:

1234-5678-ABCD-EFGH

How to Use the API

Use the API key above to authenticate your requests. Include it in the headers of your requests:

fetch("https://api.translayte.it/translate", {
  headers: {
    "Authorization": "Bearer 1234-5678-ABCD-EFGH"
  }
});

Check out our full documentation for more details on endpoints, request formats, and usage limits.