Async Requests
This page explains how to use Async mode with the LLM Scraper API, how to retrieve completed responses using the response_url, and how Async works together with callback_url
Parameter: async
asyncField
Value
How Async Works
Step 1: Send the Async Request
{
"engine": "perplexity",
"prompt": "What are the latest trends in the coffee industry?",
"async": true
}Step 2: Receive the Initial Response
Step 3: Retrieve the Final Response
Response URL Behavior
Response Storage
Async with callback_url
callback_urlExample Request
Example Callback Payload
Async vs Callback URL
Mode
Final Response Flow
Last updated
