Skip to main content
Version: v1.0.0

Home

danger

Everything here is mostly final, wording and how the system works could still be changed before we launch

Welcome

to the V1 API, here is a comprehensive doc on how to use our API for your applications. Make sure to read everything. For any extra explanations, please head over to our Discord.

URL

https://caturra.app/api/v1

Headers

NameValue
Content-Typeapplication/json
AuthorizationBearer <token>

Errors

This is how ALL errors will be sent back. If anything else is returned, report it to the developers.

{
"code": error code,
"_message": "an error message explaining what failed"
}