Parse a document through the configured content-acquisition provider

POST/v1/content-acquisition/parse

Runtime multipart gateway used by managed agent computers. Documents may be at most 50 MB.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
None.

Body schema

Content type: multipart/form-data · Required

FieldTypeRequiredDescription
filestringYes
optionsstringNoJSON-encoded provider parse options.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Provider parse response with acquisition metadataapplication/json
FieldTypeRequiredDescription
computerAgentsobjectYes
computerAgents.contentAcquisitionobjectYes
computerAgents.contentAcquisition.operationsearch | scrape | parseYes
computerAgents.contentAcquisition.providerfirecrawlYes
computerAgents.contentAcquisition.providerModehosted | localYes
computerAgents.contentAcquisition.usageModebillable | observability_onlyYes
computerAgents.contentAcquisition.durationMsnumberYes
computerAgents.contentAcquisition.creditsUsednumberYes
400Invalid document upload
None.
413Document exceeds the 50 MB upload limit
None.
502Content-acquisition provider failure
None.
503Content acquisition is unavailable in this deployment
None.
Parse a document through the configured content-acquisition provider
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow