Skip to main content
GET
/
api
/
prompts
/
variables-reference
Return the prompt-variables reference.
curl --request GET \
  --url https://api.production.hyperoru.com/api/prompts/variables-reference \
  --header 'Authorization: Bearer <token>'
{
  "language": "<string>",
  "markdown": "<string>"
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Query Parameters

lang
string | null

Language code. Only en is supported; any other value returns 400.

Response

Template variables reference (Markdown)

Program-level developer guide (Markdown).

language
string
required
markdown
string
required