{"openapi":"3.0.0","info":{"title":"AI Text Tools API","version":"1.0.0","description":"Text summarization, keyword extraction, sentiment analysis, language detection, content classification and text statistics. Built for AI agents."},"servers":[{"url":"https://ai-text-tools-api.vercel.app"}],"paths":{"/text/summarize":{"post":{"summary":"Summarize text","responses":{"200":{"description":"Summary"}}}},"/text/keywords":{"post":{"summary":"Extract keywords","responses":{"200":{"description":"Keywords"}}}},"/text/sentiment":{"post":{"summary":"Analyze sentiment","responses":{"200":{"description":"Sentiment"}}}},"/text/language":{"post":{"summary":"Detect language","responses":{"200":{"description":"Language"}}}},"/text/classify":{"post":{"summary":"Classify content category","responses":{"200":{"description":"Category"}}}},"/text/stats":{"post":{"summary":"Get text statistics","responses":{"200":{"description":"Stats"}}}},"/openapi":{"get":{"summary":"OpenAPI spec","responses":{"200":{"description":"Spec"}}}}}}