Skip to main content
POST
Extract Variables

Authorizations

Authorization
string
header
required

Enter your Kubiya API token (format: Bearer )

Body

application/json

Request schema for extracting variables from a template.

template
string
required

Template string to analyze

Minimum string length: 1

Response

Successful Response

Response schema for variable extraction endpoint.

variables
TemplateVariableSchema · object[]
required

All variables found in template

secrets
string[]

Secret names required

env_vars
string[]

Environment variable names required

simple_vars
string[]

Simple variable names required