Skip to main content
POST
/
v1
/
visualize
/
chat
/
completions
Visualize
curl --request POST \
  --url https://api.example.com/v1/visualize/chat/completions
Coming soon. Contact us to get early access.
  • 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

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.