Generated from:
Create a POST request to the Replicate API to run a machine learning model
URL
https://api.replicate.com/v1/predictions
Headers
| Authorization | Token {{REPLICATE_API_TOKEN}} |
|---|---|
| Content-Type | application/json |
Body
{"version": "{{MODEL_VERSION}}", "input": {"key": "value"}}
This request was generated from:
Create a POST request to the Replicate API to run a machine learning model
Generate your own →Type any API. Get a production-ready request. No login required.