Base URLs
The Relace API is organized into two distinct domain patterns:*.endpoint.relace.run domains for direct AI model access, and api.relace.run for general infrastructure services including source control.
Model Endpoints
instantapply, ranker, embeddings.
Infrastructure Endpoints
Authentication
To authenticate you need to add an Authorization header with the contents of the header being your Relace API Key, which is a 32 digit key with with the prefixrlc-.
Response Codes
Relace uses standard HTTP codes to indicate the success or failure of your requests. In general, 2xx HTTP codes correspond to success, 4xx codes are for user-related failures, and 5xx codes are for infrastructure issues.| Status | Description |
|---|---|
200 | Successful request. |
201 | Resource created successfully. |
204 | Successful request, no content returned. |
400 | Check that the parameters were correct. |
401 | The API key used was missing or invalid. |
403 | The API key used was invalid or lacks permissions. |
404 | The resource was not found. |
423 | The resource is temporarily locked. |
429 | The rate limit was exceeded. |
5xx | Indicates an error with Relace servers. |