Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Parser
docparser:create_parser
Create a new document parser. You can optionally base it on an existing parser template.
Write
Medium risk
Delete Document
docparser:delete_document
Delete a document from a parser. This action cannot be undone.
Write
High risk
Delete Parser
docparser:delete_parser
Delete a parser and all its documents and parsed data. This action cannot be undone.
Write
High risk
Get Account Info
docparser:get_account_info
Get account information including usage statistics and plan details.
Read
Low risk
Get Document
docparser:get_document
Fetch a single document by ID with processing status and metadata.
Read
Low risk
Get Parsed Data
docparser:get_parsed_data
Get parsed data from documents in a parser. Returns structured data extracted from documents.
Read
Low risk
Get Parser
docparser:get_parser
Fetch a single parser by ID with configuration details and parsing rules.
Read
Low risk
List Documents
docparser:list_documents
List documents in a parser with processing status and metadata.
Read
Low risk
List Parsers
docparser:list_parsers
List all parsers in your Docparser account with basic information.
Read
Low risk
Update Parser
docparser:update_parser
Update parser settings including name, label, and webhook configuration.
Write
Medium risk
Upload Document By Url
docparser:upload_document_by_url
Upload a document to a parser by providing a URL. The document will be downloaded and processed.
Write
Medium risk