Skip to main content
GET
Get inference application template

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

application_name
string
required

Name of application in catalog

Pattern: ^[a-z0-9-.]{1,63}$

Response

200 - application/json

OK

components
Components · object
required

Configurable components of the application

Example:
cover_url
string
required

URL to the application's cover image

Example:

"https://cdn.example.com"

description
string
required

Brief overview of the application

Example:

"This is a demo application"

display_name
string
required

Human-readable name of the application

Example:

"Llama-3.2-1B-Instruct"

name
string
required

Unique application identifier in the catalog

Example:

"demo-app"

readme
string
required

Detailed documentation or instructions

Example:

"Detailed documentation"

tags
Tags · object
required

Categorization key-value pairs

Example: