llms.txt Content
# Parallel
## Docs
- [Chat Completions](https://docs.parallel.ai/api-reference/chat-api-beta/chat-completions.md): Chat completions.
- [Extract](https://docs.parallel.ai/api-reference/extract-beta/extract.md): Extracts relevant content from specific web URLs.
- [Add Enrichment to FindAll Run](https://docs.parallel.ai/api-reference/findall-api-beta/add-enrichment-to-findall-run.md): Add an enrichment to a FindAll run.
- [Cancel FindAll Run](https://docs.parallel.ai/api-reference/findall-api-beta/cancel-findall-run.md): Cancel a FindAll run.
- [Create FindAll Run](https://docs.parallel.ai/api-reference/findall-api-beta/create-findall-run.md): Starts a FindAll run.
- [Extend FindAll Run](https://docs.parallel.ai/api-reference/findall-api-beta/extend-findall-run.md): Extend a FindAll run by adding additional matches to the current match limit.
- [FindAll Run Result](https://docs.parallel.ai/api-reference/findall-api-beta/findall-run-result.md): Retrieve the FindAll run result at the time of the request.
- [Get FindAll Run Schema](https://docs.parallel.ai/api-reference/findall-api-beta/get-findall-run-schema.md)
- [Ingest FindAll Run](https://docs.parallel.ai/api-reference/findall-api-beta/ingest-findall-run.md): Transforms a natural language search objective into a structured FindAll spec.
- [Retrieve FindAll Run Status](https://docs.parallel.ai/api-reference/findall-api-beta/retrieve-findall-run-status.md): Retrieve a FindAll run.
- [Stream FindAll Events](https://docs.parallel.ai/api-reference/findall-api-beta/stream-findall-events.md): Stream events from a FindAll run.
- [Create Monitor](https://docs.parallel.ai/api-reference/monitor/create-monitor.md): Create a web monitor.
- [Delete Monitor](https://docs.parallel.ai/api-reference/monitor/delete-monitor.md): Delete a monitor.
- [List Events](https://docs.parallel.ai/api-reference/monitor/list-events.md): List events for a monitor from up to the last 300 event groups.
- [List Monitors](https://docs.parallel.ai/api-
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "FastAPI",
"version": "0.1.0",
"contact": {
"name": "Parallel API",
"url": "https://parallel.ai",
"email": "support@parallel.ai"
},
"description": "Parallel API"
},
"paths": {
"/v1/tasks/runs": {
"post": {
"tags": [
"v1"
],
"summary": "Tasks Runs Post",
"description": "Initiates a single task run.",
"operationId": "tasks_runs_post_v1_tasks_runs_post",