API Reference
OpenAPI served here; endpoints list on left
Works API
Create, update, and manage academic works
Endpoints
POST /v1/works
GET /v1/works/{ark}
PUT /v1/works/{ark}
POST /v1/works/{ark}/versions
GET /v1/works/{ark}/versions
Resolver API
Resolve ARK identifiers to metadata and content
Endpoints
GET /v1/resolve/{ark}
GET /v1/resolve/{ark}/v{version}
GET /v1/resolve/{ark}/history
Receipts API
Cryptographic receipts and provenance proofs
Endpoints
GET /v1/receipts/{ark}/v{version}
GET /v1/proofs/{ark}/v{version}
POST /v1/receipts/{ark}/v{version}/verify
People API
Author profiles and identity management
Endpoints
GET /v1/people/{ppid}
PUT /v1/people/{ppid}
POST /v1/people/{ppid}/claim
Search API
Search works, people, and organizations
Endpoints
GET /v1/search/works
GET /v1/search/people
GET /v1/search/organizations
Complete Documentation
Full OpenAPI specification with request/response schemas, authentication details, and examples.