Models
Get model creation form configuration
Returns the multi-step form config (steps, elements, options) for creating a model. Labels are localized to the user profile locale (or the optional locale query param for guests); option values stay English and are validated against enums on POST /v1/models.
get/v1/models/create-form-config
Query parameters
localestring
Example:ja-JP
Preferred locale for localized form labels (unauthenticated requests only; authenticated users always get their profile locale). Unsupported values fall back to en-US.
Response
Form configuration retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.