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.
Analyze Readability
codeq_natural_language_processing_api:analyze_readability
Analyze text readability using various metrics like Flesch-Kincaid, reading level, etc.
Write
Medium risk
Analyze Sentiment
codeq_natural_language_processing_api:analyze_sentiment
Analyze the sentiment of text content and return sentiment score and classification.
Write
Medium risk
Classify Text
codeq_natural_language_processing_api:classify_text
Classify text content into predefined categories using specified classification models.
Write
Medium risk
Detect Language
codeq_natural_language_processing_api:detect_language
Detect the language of text content and return confidence scores for detected languages.
Write
Medium risk
Extract Entities
codeq_natural_language_processing_api:extract_entities
Extract named entities from text content including people, places, organizations, dates, etc.
Write
Medium risk
Extract Keywords
codeq_natural_language_processing_api:extract_keywords
Extract important keywords and key phrases from text content with relevance scores.
Write
Medium risk
Get Analysis
codeq_natural_language_processing_api:get_analysis
Retrieve the results of a previously submitted analysis job by ID.
Read
Low risk
List Analyses
codeq_natural_language_processing_api:list_analyses
List analysis jobs with optional filtering by status, type, and pagination.
Read
Low risk
Summarize Text
codeq_natural_language_processing_api:summarize_text
Generate a summary of long text content with configurable length and type.
Write
Medium risk
Translate Text
codeq_natural_language_processing_api:translate_text
Translate text content from one language to another with confidence scores.
Write
Medium risk