POST
/
sdk
/
prompt
/
render
curl --request POST \
  --url https://backend.trychatter.ai/sdk/prompt/render \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "var_mapping": {
    "key1": "value1",
    "key2": 42,
    "key3": [
      "a",
      "list"
    ]
  }
}'
{
  "msg": "<string>",
  "prompt": "<string>"
}

Headers

Authorization
string

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.