# Redact PDF AI (LLM / Agent Entry) Redact PDF AI is an asynchronous PDF redaction API for PII workflows. ## Primary docs - Developer docs (HTML): https://redactpdf.ai/developers - Developer docs index (Markdown): https://redactpdf.ai/developers.md - Docs introduction (Markdown): https://redactpdf.ai/docs/introduction.md - OpenAPI spec (YAML): https://redactpdf.ai/openapi.yaml ## Quickstart docs - cURL: https://redactpdf.ai/docs/quickstart/curl.md - Node.js: https://redactpdf.ai/docs/quickstart/node.md - Python: https://redactpdf.ai/docs/quickstart/python.md ## API reference docs - Authentication: https://redactpdf.ai/docs/api-reference/authentication.md - Jobs API: https://redactpdf.ai/docs/api-reference/jobs.md - Documents API: https://redactpdf.ai/docs/api-reference/documents.md ## Guides - PII categories: https://redactpdf.ai/docs/guides/pii-categories.md - Error handling: https://redactpdf.ai/docs/guides/error-handling.md - Idempotency: https://redactpdf.ai/docs/guides/idempotency.md - Retention: https://redactpdf.ai/docs/guides/retention.md - Rate limits: https://redactpdf.ai/docs/guides/rate-limits.md - Studio handoff: https://redactpdf.ai/docs/guides/studio-handoff.md ## Signup / API key - Sign up: https://redactpdf.ai/sign-up ## Notes for agents - Use server-to-server calls only; never put API keys in client-side code. - Use `X-API-Key` for auth and `X-Idempotency-Key` for safe retries on `POST /v1/jobs`. - Prefer OpenAPI for strict schema details and markdown docs for integration guidance.