Create Model Prediction
Create Model Prediction
Create a new prediction for a specific model
POST
Create Model Prediction
Documentation Index
Fetch the complete documentation index at: https://docs.eachlabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Body
application/json
Model slug or identifier
Example:
"flux-1-1-pro"
Input parameters for the prediction
Example:
{
"prompt": "A beautiful sunset over the ocean with vibrant colors",
"aspect_ratio": "16:9"
}Deprecated. This field is ignored. Kept for backwards compatibility.
Example:
"0.0.1"
Optional webhook URL to receive prediction result asynchronously
Example:
"https://your-app.com/webhook"
Optional secret used to sign webhook requests
Example:
"your-secret-key"
Last modified on May 28, 2026