Section Overview
API
External API endpoints, machine auth, versioning, and consumer-facing schema behavior.
Support Semitexa
Built for developers who prefer control over magic.
Your support helps keep it fast, open, and evolving.
Route Map
Each feature page pairs live output with the source that produced it.
REST Surface
4API
REST API
Classic Semitexa REST endpoints with typed payloads, versioning, and consumer-friendly response shaping.
API
Structured Errors
Throw domain exceptions and let semitexa-api map them into stable machine-readable error envelopes.
API
Active Version
The current collection endpoint with a clean X-Api-Version header and no deprecation noise.
API
Sunset Version
A deprecated product endpoint that emits both Deprecation and Sunset headers.
Schema Discovery
3API
Schema Discovery
A mini Swagger-style explorer for the live product API contract, schema endpoint, and response shapes.
API
GraphQL API
GraphQL-first Semitexa contracts built with typed payloads and typed output DTOs instead of resolver sprawl.
API
REST + GraphQL
One Semitexa use case can serve both REST and GraphQL without duplicating handler logic into separate resolver classes.