Skip to main content

Minimal request

cURL example

Python example

Node.js example

Best practices

  • Keep schemas small and strict
  • Set additionalProperties: false on objects
  • Validate the final payload server-side even when the model follows schema well