# PostOpz Avid Assistant Editor Checklist

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

Generates a task-specific Avid Media Composer QC checklist and editorial workflow guidance grounded in the PostOpz Framework Vol. 1.

## Facts

- Endpoint: POST https://api.postopz.com/v1/x402/workflow/checklist
- Price: $0.35/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-assistant-editor-checklist-6b0c37ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aAoTjCsF8Yyp--hO3jp_K

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-assistant-editor-checklist-6b0c37ea -d '<json body>'
```

Example prompt: Using the PostOpz Framework Vol. 1, give me a structured QC checklist for prepping an Avid Media Composer project before editor handoff — the task is organizing bins and verifying media links after an ingest session.

## When to prefer this

Choose this endpoint when you need a professional, standards-grounded QC checklist or workflow guide specifically for Avid Media Composer editorial tasks following the PostOpz Framework Vol. 1. It is ideal for assistant editors, post-production coordinators, or AI agents automating post-production quality checks who need structured, actionable steps rather than general advice. Prefer this over generic AI chat when you need PostOpz-specific coverage validation and next-action guidance tied to a recognized post-production framework.

## Known failure modes

- Task field missing or empty — returns validation error
- Task exceeds 6000 character limit — rejected with schema error
- Unsupported or misspelled edition (not 'avid-vol1') — may return unsupported coverage
- Vague or ambiguous task description may produce generic rather than task-specific checklists
- Payment failure or insufficient USDC balance — x402 payment error, no response returned

## How this service works

Task-specific Avid assistant-editor implementation and QC checklist grounded in PostOpz Framework Vol. 1.

## Output

A JSON object containing a checklist or structured answer ('answer'), a 'coverage' field indicating whether the task is supported by the PostOpz framework, and a 'next_action' recommendation guiding the user on the following step in the editorial workflow.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "task": {
   "type": "string",
   "maxLength": 6000,
   "minLength": 1,
   "description": "Professional editorial workflow question or task."
  },
  "context": {
   "type": "object",
   "description": "Optional production context. Do not include confidential source media.",
   "additionalProperties": true
  },
  "edition": {
   "type": "string",
   "description": "Framework edition. Use avid-vol1."
  },
  "desired_output": {
   "type": "string",
   "description": "Optional output preference such as structured_steps."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "answer": "Checklist",
  "coverage": "supported",
  "next_action": "Run QC before editor handoff."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/postopz-avid-assistant-editor-checklist-6b0c37ea/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)
