{"openapi":"3.2.0","info":{"title":"Gistify API","description":"Take the content from the target URL or plain text and summarize the most important points in a concise and unbiased manner.","version":"1.0.0"},"servers":[{"url":"https://zyrwf.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/summarize":{"post":{"operationId":"post_summarize","summary":"Summarize","description":"Takes a target URL or plain text, extracts the content, and returns a short, unbiased summary of the key points in bullet points. Optional: lang (tr/en), maxTokens.","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"url":"https://www.ahaber.com.tr/ekonomi/2025/08/18/ak-partiye-gecen-aydin-buyuksehir-belediyesinde-calisanlara-yuzde-23-zam","lang":"tr","maxTokens":600}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}