Visualize
curl --request POST \
--url https://api.example.com/v1/visualize/chat/completionsEndpoints
Visualize
Generates a UI for the given data.
POST
/
v1
/
visualize
/
chat
/
completions
Visualize
curl --request POST \
--url https://api.example.com/v1/visualize/chat/completionsDocumentation Index
Fetch the complete documentation index at: https://docs.thesys.dev/llms.txt
Use this file to discover all available pages before exploring further.
- Given a data object, generates the best UI representation for it.
- DOES NOT support tool calling.
- Ability to steer semantic design via system prompts.
- Visual customization via Crayon
Learn how to integrate C1 Visualize with your existing LLM infrastructure in our Two-Step Visualize Pattern guide.
Request
Supports both streaming and non-streaming payloads.- Accepts data via the
messagesproperty. - Does not accept the
toolsproperty.
Response
Returns streaming chunks in streaming mode or a message object in non-streaming mode.Was this page helpful?
⌘I