API Documentation

Programmatic access to the architecture intelligence record.

The Archtivy API provides structured access to project, product, and professional data. Documentation is in active development ahead of public release.

API access is not yet publicly available.

We are building toward a versioned, rate-limited REST API. Early access is available for qualified research institutions and brand intelligence partners. Contact info@archtivy.com to discuss your use case.

Authentication

The Archtivy API uses bearer token authentication. All requests must include a valid API key in the Authorization header.

API keys are issued per organisation and tied to specific permission scopes. Keys are not publicly available during the early access period.

Authorization: Bearer arch_live_xxxxxxxxxxxxx

GET /v1/projects HTTP/1.1
Host: api.archtivy.com
Accept: application/json

Endpoints overview

MethodPathDescriptionStatus
GET/v1/projectsList projects with structured credit and product data.In development
GET/v1/projects/:slugRetrieve a single project by slug with full structured data.In development
GET/v1/productsList products with specification metadata.In development
GET/v1/products/:slugRetrieve a single product by slug.In development
GET/v1/profiles/:usernameRetrieve a professional profile with associated project history.In development

Rate limits

Standard

1,000 / day

Default for research and integration partners

Professional

10,000 / day

Available for qualified brand intelligence users

Enterprise

Custom

Contact for volume agreements and SLA

For early API access, technical questions, or partnership discussions, contact info@archtivy.com.