Spaces:
Runtime error
Runtime error
File size: 843 Bytes
282d567 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
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: εζη΅ζ |