Endpoint
Request Body
The
input object accepts model-specific parameters. Some models also support:
Code Examples
Response
Response Fields
Error Responses
What Happens Next
After creating a prediction, the model processes your input asynchronously. Here’s how you can get your results:- Poll: Use Get Prediction to check status
- Webhook: Provide a
webhook_urland get results delivered automatically when they’re ready
Every model has different input parameters. Use Get Model to grab the
request_schema for any model and see exactly what it expects.