List AI model input schemas
API Reference
Get Asset Generator Models and Schemas
Retrieve a catalog of available Asset Generator models and their input parameter schemas. You can optionally filter results by model_name using a comma-separated query parameter.
GET
List AI model input schemas
Authorizations
API ID, from your settings page.
API Key, from your settings page.
Response
200 - application/json
The identifier of the model
The type of AI generation task this model performs.
text_to_image- text_to_imageimage_to_image- image_to_imagetext_to_video- text_to_videoimage_to_video- image_to_videotext_to_audio- text_to_audioaudio_to_audio- audio_to_audiotext_to_music- text_to_musicvideo_to_video- video_to_videovideo_to_image- video_to_imagetext_to_text- text_to_text
Available options:
text_to_image, image_to_image, text_to_video, image_to_video, text_to_audio, audio_to_audio, text_to_music, video_to_video, video_to_image, text_to_text The JSON schema describing configurable input parameters for this model.

