Sending a question (async)

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
Body Params
string
required

Your account ID from account settings

string
required

Your use case id

string
required

The question you want to send to the AI

string

Optional segment ID to search within for relevant content

json
required

Optional metadata object displayed in the dashboard

string
required
string
required
string
required
string
Headers
string
required

Your API key from account settings

Response

Language
LoadingLoading…
Response
Choose an example:
application/json