post
https://api.unless.com/api/v1/ai/async/query
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
- Submit query: Send your question to
/ai/async/query - Get question ID: Receive a
questionIdimmediately - Retrieve results: Use the
questionIdwith/ai/async/answerto get results when ready