For AI agents: a documentation index is available at https://docs.parallel.ai/llms.txt. The full text of all docs is at https://docs.parallel.ai/llms-full.txt. You may also fetch any page as Markdown by appending
The following table shows the default rate limits for each Parallel API product:
.md to its URL or sending Accept: text/markdown.For Search and Extract, use /v1/search and /v1/extract for all new integrations and agent tool calls. Use /v1beta/search and /v1beta/extract only when maintaining an existing integration that already uses them. Do not substitute /v1 for the documented FindAll or Ingest endpoint paths.Rate limits apply to POST requests that create new resources. GET requests
(retrieving results, checking status) do not count against these limits. For
example, polling a task’s status with
GET /v1/tasks/runs/{run_id} does not
consume your Tasks rate limit—only creating new tasks does. In a Task Group
request, each item in inputs creates a run and counts toward the Tasks quota.