If you typo a field in the JSON request body when creating a prediction with the API, we will now tell you about it rather than silently accepting it.
Here's an example showing the response you'll get if you misspell input
as inptu
:
Note that this validation only applies to top-level properties in the payload like input
, version
, stream
, webhook
, webhook_events_filter
, etc.