For the complete documentation index, see llms.txt. This page is also available as Markdown.

Client vs API Validation

All the data exchanged with API should be validated by the API itself.

Malicious users can easily bypass client-side validation.

Last updated