Documentation
Inputs and files
Read Raywake model input schemas, validate parameters and provide image, video or audio files for your generation requests.
Each model has its own input schema. Read it with GET /v1/models/{model} or on the model's API tab in the studio.
Validation
Inputs are validated against the schema before quoting: unknown fields, wrong types and values outside the allowed options are rejected with 400 and a message naming the field. Defaults from the schema are applied to fields you leave out.
Files
Pass images, video and audio as publicly reachable https:// URLs in the model's file fields (for example image_url). The URL must stay reachable until the generation finishes.
Models priced by the length of an uploaded file (for example audio or video duration) currently need the file to be uploaded through the studio, where its length is measured. Their quotes fail for external URLs.
Next: Errors and limits →