API Reference

API Reference

DesignFoundry exposes a REST API for programmatic access to your architecture data.

Authentication

The API uses Bearer token authentication. Generate an API key from Settings → API Keys.

Authorization: Bearer <your-api-key>

Base URL

https://api.designfoundry.ai/v1

Key Endpoints

MethodEndpointDescription
GET/objectsList objects
POST/objectsCreate object
GET/objects/{id}Get object
PUT/objects/{id}Update object
DELETE/objects/{id}Delete object
GET/relationshipsList relationships
POST/relationshipsCreate relationship

Full OpenAPI spec: Settings → API Reference → OpenAPI Schema