post https://api.pearch.ai/v2/search/submit
Submit a search query to be processed asynchronously in the background. This endpoint returns immediately with a task ID that can be used to check the status and retrieve results when ready.
This is useful for long-running searches that may take several minutes to complete. The search will continue processing in the background while you can use the task ID to monitor progress and retrieve results.
All the same search parameters are supported as the synchronous /v2/search
endpoint.
Check out official Python client