Get App Details
Discover
Get App Details
Returns app metadata and the full list of input parameters the app accepts. Use this to understand what inputs you need to provide when running the app.
Each parameter has a type that determines what value to send:
- text: A free-form string (prompts, descriptions, product names)
- options: Pick one label from the
optionsarray (e.g."Caucasian","Male","Studio") - url: A publicly accessible URL pointing to an image or video
Use the parameter name as the key when providing inputs to the Run App endpoint.
GET
Get App Details
Inspect an app’s input schema before running it. TheDocumentation Index
Fetch the complete documentation index at: https://docs.uselamina.ai/llms.txt
Use this file to discover all available pages before exploring further.
parameters array is the source of truth for:
- which parameters have a
default(safe to omit) and which must be supplied - which values are valid for
optionstype parameters - which fields expect public URLs
- which parameter
namevalues to use as keys in theinputsobject
POST /v1/apps/{appId}/runs — never guess parameter names or option values.