Sending a question (async)

Submit AI queries for asynchronous processing using the Unless API. This returns a questionId to retrieve the results later.

Send question (async)

The async AI query endpoint allows you to submit questions for background processing, ideal for long-running queries or batch processing scenarios where immediate response is not required.

How it works

  1. Submit query: Send your question to /ai/async/query
  2. Get question ID: Receive a questionId immediately
  3. Retrieve results: Use the questionId with /ai/async/answer to get results when ready
Language