Skip to main content
GET
Retrieve an official bot template

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer <API_KEY>.

Path Parameters

template_id
string
required

Public Bot template identifier.

Response

Bot template returned.

template_id
string
required

Public Bot template identifier.

name
string
required

Template name

input_schema
object
required

JSON Schema describing the input object accepted by the template run endpoint.

description
string

Template description

created_at
string<date-time>

Template creation time.

published_at
string<date-time>

Template publication time.

recommend_desc
string

Short recommendation text shown to template consumers.

detail_url
string<uri>

Public page containing additional template details.