speckle-core-api
Installation
SKILL.md
speckle-core-api
Quick Reference
API Surface Overview
| API Layer | Protocol | Endpoint | Purpose |
|---|---|---|---|
| GraphQL | HTTP POST | https://<server>/graphql |
All metadata CRUD, subscriptions |
| REST Download | HTTP GET | GET /objects/:projectId/:objectId |
Download object data (with children) |
| REST Download Single | HTTP GET | GET /objects/:projectId/:objectId/single |
Download one object (no children) |
| REST Upload | HTTP POST | POST /objects/:projectId |
Upload serialized objects |
| OAuth Token | HTTP POST | POST /auth/token |
Exchange auth code or refresh token |