From 8890bf5b76cf7fdf449eff26c944cb9d5bcaadb3 Mon Sep 17 00:00:00 2001 From: Orthosie LLC Date: Sun, 2 Mar 2025 09:21:59 -0600 Subject: [PATCH] Interfaces One Readability Scores --- .../readability-scores/1.0.29/openapi.yaml | 114 ++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 APIs/interfaces.one/readability-scores/1.0.29/openapi.yaml diff --git a/APIs/interfaces.one/readability-scores/1.0.29/openapi.yaml b/APIs/interfaces.one/readability-scores/1.0.29/openapi.yaml new file mode 100644 index 000000000000..f278ea70ccb8 --- /dev/null +++ b/APIs/interfaces.one/readability-scores/1.0.29/openapi.yaml @@ -0,0 +1,114 @@ +openapi: 3.0.3 +info: + title: Readability Scores + description: |- + Make your content accessible to everyone with our Readability Scores API—an advanced tool that analyzes text readability and ensures your message resonates with your target audience. This file is OpenAPI 3.0 specification compatible. + + Some useful links: + - [Readability Scores](https://interfaces.one/products/documentation/readability-scores) + termsOfService: https://interfaces.one/terms + contact: + email: support@interfaces.one + version: 1.0.29 +servers: + - url: https://api.interfaces.one +paths: + /readability/scores: + post: + summary: Getvarious readability scores for a given text. + description: Getvarious readability scores for a given text. + operationId: getScores + requestBody: + description: Get scores + required: true + content: + application/x-www-form-urlencoded: + schema: + type: object + properties: + text: #