SIS API platform
The SIS API platform provides developer-facing access to SIS standards through secure HTTP APIs.
This documentation is organized for teams that need to onboard, request access, authenticate, and integrate with production-ready API endpoints.
Platform areas
- Content API exposes standards, standard content, metadata, provisions, terms, graphics, and asset URL resolution through
/api/content/v1. - Content Preview API exposes experimental content endpoints through
/api/content/preview. - Projects API exposes project detail and project changes through
/api/projects/v1. - Assets API exposes asset metadata and asynchronous content retrieval through
/api/assets/v1. - Authentication explains how to connect from your own Azure tenant using Azure Entra ID.
- Examples show the common token and request flow for machine-to-machine integrations.
- Events API is planned for future event notifications.
Integration model
Integrations authenticate with Azure Entra ID and call SIS API endpoints with bearer tokens. Access is scoped to the contracts and products configured for the calling application.
Next steps
- Review the authentication model.
- Request or configure an Azure Entra ID application registration.
- Use the Client Credentials flow to obtain an access token.
- Start with the Content API to discover available standards.