Developer Documentation
Feedback

API Response Codes

Tailrender will return the following API codes based on the request:

CodeDescription
200Request was processed successfully.
202Accepted. Your request was accepted for processing.
400Bad request. Often times, this is due to a missing Authorization header.
401Unauthorized. It's likely a bad API key was passed.
403Forbidden. Tailrender will return this status code when there are no remaining render credits on your subscription.
404Not found. Tailrender will respond with a 404 when an incorrect template name has been passed to the API.
500An unknown error occurred while attempting to process your request.