# Graphor Docs ## Docs - [Welcome to Graphor](https://docs.graphorlm.com/introduction.md): Graphor is a powerful data ingestion and processing platform that transforms unstructured content into actionable knowledge. Ingest 25+ file formats with state-of-the-art parsing, scrape web pages, process GitHub repositories and YouTube videos. Extract structured data with LLM-powered extraction an… - [Quickstart](https://docs.graphorlm.com/quickstart.md): Ingest your data, process documents, and start extracting insights in minutes - [API Overview](https://docs.graphorlm.com/api-overview.md): Quick guide to Graphor REST API endpoints - [SDK Overview](https://docs.graphorlm.com/sdk-overview.md): Complete overview of the Graphor SDKs for Python and TypeScript: Sources, Chat, Extraction, and Retrieval - [MCP Server](https://docs.graphorlm.com/mcp-server.md): Connect AI agents and coding assistants to your Graphor documents using the Model Context Protocol - [Agent Skills](https://docs.graphorlm.com/skills.md): Give AI coding agents deep Graphor expertise with the Graphor Skills plugin for Claude Code and 27+ agent tools - [Ingestion](https://docs.graphorlm.com/guides/data-ingestion.md): Import and process documents from multiple sources with state-of-the-art parsing, OCR, and intelligent content classification - [Extraction](https://docs.graphorlm.com/guides/data-extraction.md): Extract structured data from your documents using LLM-powered extraction with custom schemas and natural language instructions - [Chat](https://docs.graphorlm.com/guides/document-chat.md): Ask questions about your documents using natural language and get answers grounded in your content - [SDK Overview](https://docs.graphorlm.com/sdk/overview.md): Complete overview of the Graphor SDKs for Python and TypeScript: Sources, Chat, Extraction, and Retrieval - [Ingest Sources](https://docs.graphorlm.com/sdk/sources/upload.md): Ingest sources (files, URLs, GitHub, YouTube) and poll build status using the Graphor SDK - [Reprocess Source](https://docs.graphorlm.com/sdk/sources/process.md): Re-process an existing source with a different partition method using the Graphor SDK (async) - [List Sources](https://docs.graphorlm.com/sdk/sources/list.md): List all sources in your project using the Graphor SDK - [Delete Source](https://docs.graphorlm.com/sdk/sources/delete.md): Remove a source from your project using the Graphor SDK - [Get elements](https://docs.graphorlm.com/sdk/sources/list-elements.md): Retrieve parsed elements (chunks/partitions) of a source using the Graphor SDK - [Get page screenshot](https://docs.graphorlm.com/sdk/sources/page-screenshot.md): Render a single page of a source as a base64-encoded PNG screenshot using the Graphor SDK - [Chat](https://docs.graphorlm.com/sdk/chat.md): Ask questions about your documents using the Graphor SDK - [Data Extraction](https://docs.graphorlm.com/sdk/extract.md): Extract structured data from documents using JSON Schema with the Graphor SDK - [Prebuilt RAG](https://docs.graphorlm.com/sdk/prebuilt-rag.md): Retrieve relevant document chunks using semantic search with the Graphor SDK - [Trust Center](https://docs.graphorlm.com/trust/overview.md): One-page security and privacy posture of the Graphor platform — region, encryption, isolation, retention, model use, incident response, and compliance — with links into the detail pages. - [Architecture](https://docs.graphorlm.com/trust/architecture.md): Conceptual view of the Graphor production architecture — the layers that process customer data, the regions they run in, and the network surface exposed to customers. A detailed Architecture Whitepaper is available under NDA on request. - [Subprocessors](https://docs.graphorlm.com/trust/subprocessors.md): Complete list of third parties that may process customer data through Graphor, with role, data categories, region, and legal basis. Updated whenever a subprocessor is added, removed, or substantively changes posture. - [Model Use and Training](https://docs.graphorlm.com/trust/model-use-and-training.md): How Graphor uses AI models, what customer data reaches which provider, and the contractual commitments that prevent customer content from being used to train any model. - [Data Retention and Deletion](https://docs.graphorlm.com/trust/data-retention.md): How long Graphor retains each category of customer data, where it lives, how it is deleted, and the customer-controlled DSR mechanisms that satisfy LGPD art. 18 and GDPR art. 15–22. - [Tenant Isolation](https://docs.graphorlm.com/trust/tenant-isolation.md): How Graphor isolates one customer's data from another's at the application, database, storage, and API-token layers, plus the controls a customer can apply to harden their own use. - [Data Residency](https://docs.graphorlm.com/trust/data-residency.md): Where Graphor processes and stores customer data today, the regions used by every component of the production environment, the international-transfer regime, and the roadmap for alternative regions. - [Incident Response](https://docs.graphorlm.com/trust/incident-response.md): How Graphor detects, contains, and notifies on security and privacy incidents — including the 72-hour breach-notification SLA, the escalation matrix, and the post-mortem commitment. - [Compliance](https://docs.graphorlm.com/trust/compliance.md): Graphor's honest certification status, the inherited certifications from subprocessors that cover the upstream chain, and the inventory of compensating controls in place where a formal certification does not yet exist. - [Audit Logs](https://docs.graphorlm.com/trust/audit-logs.md): What customer-visible activity logs are available today, what is on the roadmap, and how to request a specific audit query in the interim. - [Privacy Policy](https://docs.graphorlm.com/legal/privacy-policy.md): How Graphor (operated by SYNAPSE INOVAÇÃO E TECNOLOGIA LTDA.) collects, uses, retains, and shares personal data — and how data subjects exercise their rights under LGPD, GDPR, and equivalent regimes. - [Política de Privacidade](https://docs.graphorlm.com/legal/privacy-policy-pt-BR.md): Como a Graphor (operada pela SYNAPSE INOVAÇÃO E TECNOLOGIA LTDA.) coleta, utiliza, retém e compartilha dados pessoais — e como os titulares de dados exercem seus direitos nos termos da LGPD, do GDPR e regimes equivalentes. - [Terms of Service](https://docs.graphorlm.com/legal/terms-of-service.md): The terms under which Synapse Inovação e Tecnologia LTDA. provides the Graphor Service. References the Privacy Policy, the Data Processing Addendum, and the Trust Center for implementation detail. - [Data Processing Addendum (Template)](https://docs.graphorlm.com/legal/dpa-template.md): Pre-prepared Data Processing Addendum for customer counter-signature. Incorporates the Trust Center commitments, the no-training clause, pass-through references to upstream DPAs, and Standard Contractual Clauses for international transfer. - [API Overview](https://docs.graphorlm.com/api-reference/overview.md): Overview of the Graphor Public REST APIs: Sources, Chat and Extraction - [API Tokens](https://docs.graphorlm.com/guides/api-tokens.md): Create and manage API tokens for secure programmatic access to Graphor - [Ingest Sources](https://docs.graphorlm.com/api-reference/sources/upload.md): Upload sources (files, web pages, GitHub, YouTube) to your project via the Graphor REST API - [Reprocess Source](https://docs.graphorlm.com/api-reference/sources/process.md): Re-process an existing source with a different partition method via the Graphor REST API (async) - [Index Build](https://docs.graphorlm.com/api-reference/sources/index-build.md): Index an existing build from its already-parsed content via the Graphor REST API - [List Sources](https://docs.graphorlm.com/api-reference/sources/list.md): List all sources in your project via the Graphor REST API - [Delete Source](https://docs.graphorlm.com/api-reference/sources/delete.md): Remove documents from your project via the Graphor REST API - [Get elements](https://docs.graphorlm.com/api-reference/sources/list-elements.md): Retrieve parsed elements (chunks/partitions) of a source via the Graphor REST API - [Get Page Screenshot](https://docs.graphorlm.com/api-reference/sources/page-screenshot.md): Fetch a base64-encoded PNG screenshot of a single page from a source via the Graphor REST API - [Chat API](https://docs.graphorlm.com/api-reference/chat-api.md): Ask questions about your documents using natural language - [Extraction API](https://docs.graphorlm.com/api-reference/extract-api.md): Extract structured data from documents using JSON Schema - [Prebuilt RAG API](https://docs.graphorlm.com/api-reference/prebuilt-rag-api.md): Retrieve relevant document chunks using semantic search ## OpenAPI Specs - [openapi](https://docs.graphorlm.com/api-reference/openapi.json) ## Optional - [Homepage](https://graphorlm.com) - [Dashboard](https://app.graphorlm.com) - [Support](mailto:support@graphorlm.com)