Epigos AI provides a REST API for you to use your models.
Title | Header | Example Key |
---|---|---|
API Key | x-api-key | api_key_1234567890 |
Title | Query | Example Key |
---|---|---|
API Key | api-key | api_key_1234567890 |
2xx
range indicate success, codes in the 4xx
range indicate an error that failed given
the information provided (e.g., a required parameter was omitted, a charge failed, etc.),
and codes in the 5xx
range indicate an error with Metal’s servers.
Code | Description |
---|---|
200 | OK - Everything worked as expected. |
400 | Bad Request - Often missing a required parameter. |
401 | Unauthorized - No valid API key provided. |
404 | Not Found - The requested item doesn’t exist. |
5xx | Server Errors - something went wrong on Metal’s end. |