Complete reference for every integration-facing endpoint in the SynC API. Each endpoint lists parameters, request body schemas and required permissions.
The endpoints every integration calls first. Health is unauthenticated; whoami and help confirm your credentials and let an agent self-configure.
GET /api/healthCheck API availability. No authentication required.
GET /api/whoamiReturns your identity, permissions, and rate limit status. Use to verify your API key works.
GET /api/helpReturns the full API endpoint catalog with descriptions, permissions, and parameters. No authentication required. Useful for self-configuring AI agents.
/api/projects, 55 endpoints. Create, read, update, and publish construction projects. Projects own datasheets, standards, files, and members./api/standards, 32 endpoints. Read and edit standards (specifications) — the structured documents that define project requirements. Supports revisioning, working copies, and comments./api/datasheet, 19 endpoints. Datasheet instances are project-specific fill-ins of a standard. These endpoints read, revise, and upgrade datasheets./api/files, 14 endpoints. Upload, list, download, and delete files attached to projects. Files are scoped to project revisions./api/wiki, 44 endpoints. Read and edit the open SynC Standards wiki. Reads are public — no API key needed. Writes require the relevant wiki permission./api/libraries, 7 endpoints. Standard libraries group related standards. Each library is scoped to a subject (global, company, or project)./api/categories, 7 endpoints. Categories organize standards within a library. Like libraries, categories are scoped to a subject./api/integrations, 8 endpoints. Manage your own API integrations programmatically. Creating, editing, and revoking integrations requires session auth, not an API key.