From ee9b5f54659b068ff6656f6d37a84c998f4344b1 Mon Sep 17 00:00:00 2001 From: Alok Kumar Date: Tue, 5 Mar 2024 19:17:39 +0530 Subject: [PATCH] Add Chatpdf (#309) * Add Chatpdf * Reorder --------- Co-authored-by: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 614652ba..7b539c16 100644 --- a/README.md +++ b/README.md @@ -1631,6 +1631,7 @@ | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Aylien Text Analysis](https://docs.aylien.com/textapi/#getting-started) | A collection of information retrieval and natural language APIs | `apiKey` | Yes | Unknown | +| [Chatpdf](https://chatpdf.so/api) | Chat with pdf using GPT4 and ChatGPT | `apiKey` | Yes | Yes | | [Cloudmersive Natural Language Processing](https://www.cloudmersive.com/nlp-api) | Natural language processing and text analysis | `apiKey` | Yes | Yes | | [Code Detection API](https://codedetectionapi.runtime.dev) | Detect, label, format and enrich the code in your app or in your data pipeline | `OAuth`| Yes | Unknown | | [Detect Language](https://detectlanguage.com/) | Detects text language | `apiKey` | Yes | Unknown |