Spaces:
Runtime error
Runtime error
openapi: 3.0.1 | |
info: | |
title: θ©ζ§ζ¨θ¨» API | |
description: ζδΎ θ©ζ§ζ¨θ¨» δ»»εεζ | |
version: "1.0.0" | |
servers: | |
- url: https://turkeyengineer-ckip-pos.hf.space | |
paths: | |
/analyze: | |
post: | |
summary: εζθΌΈε ₯ε₯ε | |
operationId: analyze | |
requestBody: | |
required: true | |
content: | |
application/json: | |
schema: | |
type: object | |
properties: | |
sentence: | |
type: string | |
example: ιζ―δΈε測試ε₯εγ | |
responses: | |
'200': | |
description: ζεεε³εζη΅ζ | |
content: | |
application/json: | |
schema: | |
type: object | |
properties: | |
result: | |
type: string | |
example: εζη΅ζ |