Rendley docs

AI tools & models

Call this endpoint to discover every action, its available models, and the JSON schema each model accepts for params. Use the schema from the response to build your params object in step 2.

Step 2 is the specific generation endpoint below. Pick the one you need, pass project_id, optionally model_id, and the params from the schema above.

#List AI tools

GET/v1/ai/tools

List the available AI tools (actions) and the models available under each.

Response codes
200

OK

401

Unauthorized

#Step 3: Poll the job

GET/v1/jobs/{job_id}

Poll this endpoint every few seconds until status is completed or failed. See Jobs and polling for the full loop.

The result contains a media_id and file_hash. Use the next step to get a download URL.

Pass the file_hash from the completed job to get a presigned download URL. The storage_url is time-limited, so download the file promptly.