Skip to main content
Streaming allows your application to display the AI’s response to the user as it is being generated, rather than waiting for
the entire response to finish. This significantly improves the perceived speed and user experience.
The Draftify API uses standard Server-Sent Events (SSE) for streaming, making it fully compatible with most OpenAI-compatible
SDKs.

Enabling Streaming

To enable streaming, simply include "stream": true in the root of your JSON request body.

cURL Example