Ein Modell abrufen
Rufe das vollständige Detail zu einem der Modelle deiner Organisation ab.
user_instruction des Modells.
Dieses user_instruction ist die stets angewandte Guidance des Modells: Es wird als verbindliche
(“MUST FOLLOW”) Vorgabe in jede Bild- und Videogenerierung eingespeist, die das Modell komponiert — keine
passiven Metadaten. Es steht im Gegensatz zum default_prompt, einer KI-generierten Fähigkeitsbeschreibung,
die ebenfalls bei der Generierung angehängt wird. Setze oder ändere es über
PATCH /models/{model_id}. Unbekannte, zu einer anderen Organisation
gehörende oder gelöschte ids liefern
404 not_found. Erfordert den models.read Scope.Autorisierungen
Organization API key as a bearer token: Authorization: Bearer samsa_sk_....
Pfadparameter
Antwort
Successful Response
A single model with full detail — the GET /models/{id} body (ADR §10).
"Acme Brand Style"
Creation status: pending, processing, completed, or failed.
pending, processing, completed, failed "completed"
True when the model is completed AND active — usable for generation.
true
Model category — one of style, object, person, setting.
style, object, person, setting "style"
Presigned, time-limited HTTPS thumbnail URL (null when the model has none).
"https://cdn.samsa.ai/models/…/thumbnail.webp?X-Amz-Signature=…"
Presigned, time-limited HTTPS URLs of the reference images used to create the model.
Free-text guidance for how to use the model.
"Use for hero banners and social posts."
The model's default prompt / capability description.
"A bold flat-design illustration in the Acme brand palette."
Trigger words associated with the model.

