{"openapi":"3.2.0","info":{"title":"Simple GPT API","description":"A simple floating widget allows you to access the AI assistant immediately from anywhere in your workspace. It is simple and clean, designed to give you the power of AI instantly without disrupting your workflow.","version":"1.0.0"},"servers":[{"url":"https://ruais.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/":{"post":{"operationId":"post","summary":"Generate Content","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"messages":[{"role":"user","content":"There are ten birds in a tree. A hunter shoots one. How many are left in the tree?"}]}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}