POST /api/av/devices
| Method | POST |
| Path | /api/av/devices |
| Group | Av |
| Auth | session cookie |
| Source | shared/api-core/src/routes/av.ts |
Call it
curl -X POST https://zeqsdk.com/api/av/devices \
-H "Content-Type: application/json" \
-d '{}'
Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Av
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.