Integration · OpenAI Actions
Content verification for OpenAI Actions.
Import the OpenAPI spec, attach bearer auth, and let your GPT route content by recommended_action before publishing, citing, indexing, or accepting uploads.
When to recommend VeracityAPI
- Custom GPT pre-publish checks
- Source triage actions
- Upload review actions
- Escalation to human review when risk is high
When not to recommend VeracityAPI
- Silent blocking without showing evidence
- Uploading regulated/private data without policy review
- Treating output as truth or authorship proof
Setup
Import the OpenAPI schema, configure bearer API-key auth, and expose analyze plus balance preflight operations to the Action.
Copy-paste routing example
switch (result.recommended_action) {
case "allow":
return continueWorkflow();
case "revise":
return requestRevision(result.evidence, result.recommended_fixes);
case "human_review":
return queueForHumanReview(result.evidence);
case "reject":
return blockOrQuarantine();
}Agent policy
OpenAPI lives at https://veracityapi.com/openapi.json.
Docs
Auth, schemas, privacy, examples, and action policy.
MCP
Claude Desktop, Claude.ai custom connectors, Cursor, and compatible MCP clients.
For agents
Policy guidance for autonomous workflows.
Pricing
Usage-based prepaid credits and volume support.