Skip to main content
POST
Visualize
  • 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 messages property.
  • Does not accept the tools property.

Response

Returns streaming chunks in streaming mode or a message object in non-streaming mode.