From 63289129990f576ada03ee1fed0a2c8d48fccffa Mon Sep 17 00:00:00 2001 From: Yuming Long Date: Fri, 20 Sep 2024 14:29:54 -0700 Subject: [PATCH 1/2] point url to serverless as default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3524029f..d0df252a 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ NOTE: This README is for the `0.26.0-beta` version. The current published SDK, `0.25.5` can be found [here](https://github.com/Unstructured-IO/unstructured-python-client/blob/v0.25.5/README.md). -This is a Python client for the [Unstructured API](https://docs.unstructured.io/api-reference/api-services/overview). +This is a Python client for the [Unstructured API](https://docs.unstructured.io/api-reference/api-services/saas-api-development-guide) and you can sign up for your own API URL and API key on https://app.unstructured.io. Please refer to the [Unstructured docs](https://docs.unstructured.io/api-reference/api-services/sdk-python) for a full guide to using the client. From 4cccf2240ef340307820cfd0ea309db3308694dd Mon Sep 17 00:00:00 2001 From: Yuming Long Date: Mon, 23 Sep 2024 08:33:43 -0700 Subject: [PATCH 2/2] remove "your own API URL" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0df252a..3d867090 100755 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ NOTE: This README is for the `0.26.0-beta` version. The current published SDK, `0.25.5` can be found [here](https://github.com/Unstructured-IO/unstructured-python-client/blob/v0.25.5/README.md). -This is a Python client for the [Unstructured API](https://docs.unstructured.io/api-reference/api-services/saas-api-development-guide) and you can sign up for your own API URL and API key on https://app.unstructured.io. +This is a Python client for the [Unstructured API](https://docs.unstructured.io/api-reference/api-services/saas-api-development-guide) and you can sign up for your API key on https://app.unstructured.io. Please refer to the [Unstructured docs](https://docs.unstructured.io/api-reference/api-services/sdk-python) for a full guide to using the client.