Looking for concepts, integration steps, and sample clients? Start with the Symmetry Tax Logic API guide under AI tools. This section is the endpoint-level reference for the same service.
Base URL
The STL API is a hosted service that Symmetry runs for you.
Endpoints are versioned under
/v1 (for example, https://api.symmetry.com/stl/v1/explain).
Authentication
All/v1/* endpoints require a Bearer token. You exchange your Symmetry API key for a short-lived access token, then send that token on each STL request:
1
Exchange your API key for a token
Call
GET /authentication/login on the Symmetry API with your API key in the api-key header. The response includes an accessToken.2
Call STL with the Bearer token
Send the token in the
Authorization header as Bearer <accessToken> on every /v1/* request.Endpoints
The full request/response schemas — including
ExplainInput, ExplainOutput, and the PayCalcContext shape — are documented in the Endpoints pages in this section.
Try it with live Swagger
For interactive, authenticated calls against the running service, use the hosted Swagger UI.STL Swagger
Live API explorer for the Symmetry Tax Logic API.

