Models now have a dedicated API reference page at wrift.ai/{owner}/{model}/api. It covers everything you need to start running the model from your code without referencing the API documentation separately.

Previously, getting a model's input schema and available options meant calling GET /models/{owner}/{model} or GET /models/{owner}/{model}/versions/{version_number} and reading through the response. The API page surfaces all of that alongside ready-to-use code examples, so everything needed to make a first call is in one place.