The Bright Data Discover API retrieves search results and automatically evaluates their relevance based on an AI-driven intent parameter.
Documentation Index
Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
Use this file to discover all available pages before exploring further.
processing or done| Status | Error Message | Trigger | Resolution |
|---|---|---|---|
| 400 | {"error": "Missing task_id"} | task_id query parameter is missing or empty | Provide the task_id returned from the POST request. |
| 401 | Credentials are missing | No Authorization header | Add Authorization: Bearer <token> header |
| 404 | {"error": "Task not found"} | task_id does not match any existing task | Verify the task_id value. Tasks may expire after a period. |