Learn about Relace API organization, general response codes, and authentication strategies.
*.endpoint.relace.run
domains for direct AI model access, and api.relace.run
for general infrastructure services including source control.
instantapply
, ranker
, embeddings
.
rlc-
.
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. |