diff --git a/README.md b/README.md index d3326e8..bbf6b0a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Build production-grade PDF automation with the official Python SDK for OCR, extraction, redaction, security, forms, and AI-ready document workflows. - Homepage: [pdfrest.com](https://pdfrest.com/) -- API docs: [pdfrest.com/apidocs](https://pdfrest.com/apidocs/) +- API docs: + [docs.pdfrest.com](https://docs.pdfrest.com/api-reference-guides/directory/) - Python SDK docs: [python.pdfrest.com](https://python.pdfrest.com/) - API Lab: [pdfrest.com/apilab](https://pdfrest.com/apilab/) diff --git a/docs/index.md b/docs/index.md index d79c6dd..c8bda03 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ outputs. Useful references: - [pdfRest homepage](https://pdfrest.com/) -- [API reference](https://pdfrest.com/apidocs/) +- [API reference](https://docs.pdfrest.com/api-reference-guides/directory/) - [API Lab (interactive testing)](https://pdfrest.com/apilab/) - [Getting started guide](getting-started.md) - [Client configuration guide](client-configuration.md) diff --git a/docs/llms-full.txt b/docs/llms-full.txt index f5dc658..bd0761a 100644 --- a/docs/llms-full.txt +++ b/docs/llms-full.txt @@ -27,8 +27,8 @@ OCR, extraction, redaction, security, forms, and document optimization. ## Product and Platform Context - [pdfRest Homepage](https://pdfrest.com/): Product overview and capabilities. -- [pdfRest API Docs](https://pdfrest.com/apidocs/): Endpoint-level REST - documentation for the platform itself. +- [pdfRest API Docs](https://docs.pdfrest.com/api-reference-guides/directory/): + Endpoint-level REST documentation for the platform itself. - [API Lab](https://pdfrest.com/apilab/): Interactive API testing and starter code generation. - [Product Documentation](https://docs.pdfrest.com/): Broader deployment and diff --git a/docs/llms.txt b/docs/llms.txt index fdc4422..bc68e9b 100644 --- a/docs/llms.txt +++ b/docs/llms.txt @@ -31,7 +31,8 @@ pdfRest Cloud or self-hosted deployments by changing the client `base_url`. - [pdfRest Homepage](https://pdfrest.com/): Product overview, capabilities, and platform positioning. -- [pdfRest API Docs](https://pdfrest.com/apidocs/): Endpoint-level REST API +- [pdfRest API Docs](https://docs.pdfrest.com/api-reference-guides/directory/): + Endpoint-level REST API documentation for the pdfRest platform. - [API Lab](https://pdfrest.com/apilab/): Interactive environment for testing pdfRest API endpoints and generating starter code. diff --git a/pyproject.toml b/pyproject.toml index 2a2edc0..f9ee93f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pdfrest" -version = "1.0.2" +version = "1.0.3" description = "Python client library for interacting with the pdfRest API" readme = {file = "README.md", content-type = "text/markdown"} authors = [ diff --git a/uv.lock b/uv.lock index 5ee282c..ad017ec 100644 --- a/uv.lock +++ b/uv.lock @@ -961,7 +961,7 @@ wheels = [ [[package]] name = "pdfrest" -version = "1.0.2" +version = "1.0.3" source = { editable = "." } dependencies = [ { name = "exceptiongroup" },