Skip to main content
Every error in the VyomFlow API uses the same JSON envelope, so you can write one handler for all failure paths. The envelope contains an error code you can switch on, a human-readable message, and a details field reserved for future structured metadata.

Error envelope

Status codes and error codes

404 is deliberately non-leaking: a chat that was never yours and a chat that never existed produce byte-identical responses.