Skip to main content

Low-Level API

The low-level API is for teams that need more control than the helper methods provide.

Use It When

  • You need custom orchestration around polling
  • You want to handle submission outside the helper
  • You need tighter control over operation lifecycle or error presentation

Tradeoff

You gain flexibility, but you also take on more integration code and more responsibility for consistency across flows.