API Reference
API Reference
Interactive API documentation for the SFRS API
API Reference
The SFRS API provides endpoints for validating SFRS documents, converting between formats, and accessing schema information.
Base URL
https://api.sureshake.orgAvailable Endpoints
Validation
- POST /api/v1/validate - Validate an SFRS document against schema and business rules
- GET /api/v1/validate/rules - Get available validation rules
Conversion
- POST /api/v1/convert/to-ixbrl - Convert SFRS to iXBRL format
- POST /api/v1/convert/from-xbrl - Convert XBRL to SFRS format
- GET /api/v1/convert/formats - Get supported conversion formats
Schemas
- GET /api/v1/schemas - Get available SFRS schemas
Health
- GET /health - Health check endpoint
Authentication
Currently, the SFRS API is publicly accessible without authentication for development purposes.
Response Format
All API responses are returned in JSON format with appropriate HTTP status codes.