| # π Specification Splitter API |
|
|
| A comprehensive REST API for extracting text, structured or not, specifications from **3GPP** and **ETSI** organizations. |
|
|
| ### π Key Features |
|
|
| * **Text Extraction**: Get all the text of a specification for specific documents |
| * **Structured Mode**: Regroup text by their chapters (1, 2, 3.1.1, 4.5.2.3, ...) |
| * **Cross-Organization**: This API supports both 3GPP and ETSI specification repositories |
|
|
| ### π Supported Document Types |
|
|
| #### 3GPP Documents |
| * **Technical Specifications**: |
| - Format: `23.401`, `38.331-16` |
| - Official published specifications |
|
|
| #### ETSI Documents |
| * **Technical Specifications**: |
| - Format: `131 102`, `188 008-2` |
| - Published ETSI standards |
|
|
| ### π§ Technical Stack |
|
|
| Built with FastAPI, featuring automatic OpenAPI documentation, request validation, and comprehensive error handling. |