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: #