# PostOpz Avid Workflow Audit

> PostOpz Avid Workflow Audit is a paid API for AI agents from api.postopz.com, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-15).

Audits Avid project and workflow metadata against PostOpz professional post-production standards, returning findings, diagnostics, and corrective actions.

## Facts

- Endpoint: POST https://api.postopz.com/v1/x402/workflow/audit
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/postopz-avid-workflow-audit-774ddadc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__PbWfQJvcmtymfIZ6i0Wp

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability postopz-avid-workflow-audit-774ddadc -d '<json body>'
```

Example prompt: Can you audit my Avid Media Composer project at the assembly cut stage? The project is a documentary feature — check the bin structure, sequence settings, and media management against PostOpz professional workflow standards and tell me what needs to be fixed.

## When to prefer this

Choose this endpoint when you need structured, standards-based auditing of an Avid Media Composer project or workflow against the PostOpz Framework — particularly when you need actionable diagnostics and corrective guidance specific to professional post-production pipelines, not generic file validation or generic media checks.

## Known failure modes

- Task description exceeds 6000 character limit — truncate or split the audit request
- Incomplete project_metadata may result in partial or generic findings
- Unsupported workflow stage may return limited coverage
- Missing context object may reduce diagnostic specificity
- Payment of $0.75 USDC not completed — 402 response blocks the request

## How this service works

Audit structured Avid project and workflow metadata against PostOpz professional workflow standards.

## Output

Returns a JSON object with an 'answer' field summarizing audit findings, a 'coverage' field indicating whether the workflow area is supported, a 'diagnostic' field describing potential workflow risks, and a 'next_action' field recommending corrective steps.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "task": {
   "type": "string",
   "maxLength": 6000,
   "description": "What should be audited."
  },
  "context": {
   "type": "object",
   "additionalProperties": true
  },
  "workflow_stage": {
   "type": "string"
  },
  "project_metadata": {
   "type": "object",
   "additionalProperties": true
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "answer": "Audit findings",
  "coverage": "supported",
  "diagnostic": "Potential workflow risks",
  "next_action": "Correct the flagged structure."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/postopz-avid-workflow-audit-774ddadc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.postopz.com](https://www.zero.xyz/host/api.postopz.com/llms.txt)
