POST /api/files/:id/complete
| Method | POST |
| Path | /api/files/:id/complete |
| Group | Files |
| Auth | Authorization: Bearer zeq_ak_<key> (API key) — or an authenticated session |
| Source | shared/api-core/src/routes/files.ts |
Call it
curl -X POST https://zeqsdk.com/api/files/:id/complete \
-H "Authorization: Bearer zeq_ak_<key>" \
-H "Content-Type: application/json" \
-d '{}'
Pass an
zeq_ak_API key as a Bearer token (as shown above), or call it from an authenticated session.
Reference
- Group: Files
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.