cURL
curl --request GET \ --url https://api.ledgerbeam.com/v1/chats/render-options \ --header 'API-KEY: <api-key>'
[ { "id": 1, "name": "Text", "key": "text" } ]
Retrieve available render options for message content
Documentation IndexFetch the complete documentation index at: https://docs.ledgerbeam.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ledgerbeam.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Render options retrieved successfully
Render option ID
1
Render option name
"Text"
Render option key
"text"