# PostOpz Avid Media Composer Workflow Query

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

Provides professional Avid Media Composer editorial workflow guidance grounded in the PostOpz Framework Vol. 1.

## Facts

- Endpoint: POST https://api.postopz.com/v1/x402/workflow/query
- Price: $0.5/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-media-composer-workflow-query-760dcdae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lPonBHAbAhT1LMJNn8u-_

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-media-composer-workflow-query-760dcdae -d '<json body>'
```

Example prompt: Using the PostOpz Framework avid-vol1 edition, walk me through the professional workflow for setting up a multi-cam episodic TV project in Avid Media Composer, including bin structure and media management best practices — give me structured steps.

## When to prefer this

Choose this endpoint when you need authoritative, framework-grounded Avid Media Composer editorial workflow guidance — especially when the task involves professional post-production standards, assistant editor responsibilities, project organization, or delivery prep as defined by the PostOpz Framework Vol. 1. Prefer this over generic LLM responses when you need opinionated, production-tested recommendations rather than general advice.

## Known failure modes

- Query outside PostOpz Framework Vol. 1 scope returns coverage: unsupported
- Malformed or empty task field returns a validation error
- Confidential or proprietary media data included in context may be rejected
- Overly vague questions may return generic guidance rather than specific steps
- Payment failure returns HTTP 402 before query is processed

## How this service works

Professional Avid Media Composer workflow guidance grounded in PostOpz Framework Vol. 1.

## Output

A JSON response containing structured workflow guidance text, a coverage indicator ('supported' if the query is within the PostOpz Framework Vol. 1 scope), and a recommended next action for the editor to take.

## 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": "Structured workflow guidance",
  "coverage": "supported",
  "next_action": "Apply the recommended project structure."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/postopz-avid-media-composer-workflow-query-760dcdae/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)
