Skip to main content
POST
/
api
/
v1
/
runtime
/
prompts
/
{nameOrId}
/
render
Render prompt with variables (CLI/SDK)
curl --request POST \
  --url https://api.runflow.ai/api/v1/runtime/prompts/{nameOrId}/render

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

nameOrId
string
required

Prompt name or UUID

Query Parameters

environment
string

Environment: staging or production (default: production)

Response

200

Prompt rendered successfully.