{"openapi":"3.2.0","info":{"title":"text-moderation API","description":"Moderation models are models designed to detect harmful content. This is our text only moderation model; we expect omni-moderation-* models to be the best default moving forward.","version":"1.0.0"},"servers":[{"url":"https://nupod.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"x-agent-commerce":{"catalog_url":"https://nupod.jojapi.net/_jojapi/agent/plans","discovery_url":"https://nupod.jojapi.net/.well-known/x402","directory_url":"https://agents.jojapi.net/apis/text-moderation","docs":"https://docs.jojapi.com/consumers/agents"},"paths":{"/moderations":{"post":{"operationId":"post_moderations","summary":"Create Moderation","description":"Classifies if text and/or image inputs are potentially harmful","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"model":"text-moderation-latest","input":"Today is a wonderful day"}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}