{"openapi":"3.2.0","info":{"title":"OpenAI API","description":"The OpenAI API provides a simple interface to state-of-the-art AI models for text generation, natural language processing, computer vision, and more.","version":"1.0.0"},"servers":[{"url":"https://uidok.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/v1/responses":{"post":{"operationId":"post_v1_responses","summary":"Text generation","description":"With the OpenAI API, you can use a large language model to generate text from a prompt, as you might using ChatGPT. Models can generate almost any kind of text response—like code, mathematical equations, structured JSON data, or human-like prose.","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"model":"gpt-5","input":"Write a one-sentence bedtime story about a unicorn."}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}