Skip to main content

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:
  1. Poll: Use Get Prediction to check status
  2. Webhook: Provide a webhook_url and 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.
Last modified on March 6, 2026