# Chamelio Documentation ## Docs - [Get Contract Data](https://docs.chamelio.ai/api-reference/endpoint/core/get-contract-data.md): Retrieve the full document fields and metadata for a contract - [Update File Attributes](https://docs.chamelio.ai/api-reference/endpoint/core/update-attribute.md): Update or add metadata attributes on an existing document in Chamelio's Core. Attributes allow you to attach structured metadata to documents for better organization and searchability. - [Upload Document](https://docs.chamelio.ai/api-reference/endpoint/core/upload.md): Upload a document to Chamelio's Core for processing. Documents are processed asynchronously and will be available in your organization's document repository. - [Download File](https://docs.chamelio.ai/api-reference/endpoint/files/download.md): Download a file by its unique file ID - [Get Organization Info](https://docs.chamelio.ai/api-reference/endpoint/org-info.md): Retrieve information about your organization, including the organization name, legal entities, and API key details. - [Get Activity Logs](https://docs.chamelio.ai/api-reference/endpoint/tasks/activity-logs.md): Retrieve the activity log history for a task, including comments, approvals, and other actions - [Add Comment](https://docs.chamelio.ai/api-reference/endpoint/tasks/add-comment.md): Post a comment on a task with optional mentions, threading, and file attachments - [Get Approval Details](https://docs.chamelio.ai/api-reference/endpoint/tasks/approval-details.md): Retrieve approval step details, eligible approvers, and pending variables for a task - [Approve Task](https://docs.chamelio.ai/api-reference/endpoint/tasks/approve.md): Submit approval or rejection decision for a task at an approval step - [Cancel Task](https://docs.chamelio.ai/api-reference/endpoint/tasks/cancel.md): Cancel a running or pending workflow task - [Download Step Document](https://docs.chamelio.ai/api-reference/endpoint/tasks/download-document.md): Download a document generated by a specific workflow step - [Get Task](https://docs.chamelio.ai/api-reference/endpoint/tasks/get.md): Retrieve the current status and details of a workflow task - [Initiate Signature](https://docs.chamelio.ai/api-reference/endpoint/tasks/initiate-sign.md): Start the signature collection process for a task with specified signers - [Get Latest Negotiation Version](https://docs.chamelio.ai/api-reference/endpoint/tasks/latest-negotiation-version.md): Retrieve the latest negotiation document version for a workflow task - [List Task Files](https://docs.chamelio.ai/api-reference/endpoint/tasks/list-files.md): Retrieve all files associated with a workflow task - [Get Signed Documents](https://docs.chamelio.ai/api-reference/endpoint/tasks/signed-documents.md): Retrieve all signed documents associated with a workflow task - [Get Workflow Schema](https://docs.chamelio.ai/api-reference/endpoint/workflows/get-schema.md): Retrieve the complete schema for a specific workflow version - [Initiate Workflow](https://docs.chamelio.ai/api-reference/endpoint/workflows/initiate.md): Start a new workflow task instance with specified variables - [Initiate Workflow (Flexible)](https://docs.chamelio.ai/api-reference/endpoint/workflows/initiate-flexible.md): Start a new workflow task instance with flexible key-value pairs and automatic type detection - [List Workflows](https://docs.chamelio.ai/api-reference/endpoint/workflows/list.md): Retrieve all available workflows for your organization - [API Introduction](https://docs.chamelio.ai/api-reference/introduction.md): External API documentation for integrating with Chamelio - [core.document.deleted](https://docs.chamelio.ai/api-reference/webhooks/core/document-deleted.md): Fired when a document is permanently deleted from Chamelio's Core. - [core.document.updated](https://docs.chamelio.ai/api-reference/webhooks/core/document-updated.md): Fired when a document's attributes or metadata are updated in Chamelio's Core. - [core.document.upload_completed](https://docs.chamelio.ai/api-reference/webhooks/core/document-upload-completed.md): Fired when a document has finished processing successfully and is fully available in Chamelio's Core. - [core.document.upload_with_issues](https://docs.chamelio.ai/api-reference/webhooks/core/document-upload-with-issues.md): Fired when a document upload finishes processing but issues were detected — the document is available but may require review. - [core.document.uploaded](https://docs.chamelio.ai/api-reference/webhooks/core/document-uploaded.md): Fired when a new document is successfully uploaded to Chamelio's Core — before processing begins. - [flows.tasks.canceled](https://docs.chamelio.ai/api-reference/webhooks/flows/task-canceled.md): Fired when a workflow task is canceled before completion. - [flows.tasks.commented](https://docs.chamelio.ai/api-reference/webhooks/flows/task-commented.md): Fired when a comment is added to a workflow task. - [flows.tasks.completed](https://docs.chamelio.ai/api-reference/webhooks/flows/task-completed.md): Fired when all steps of a workflow task have been completed successfully. - [flows.tasks.created](https://docs.chamelio.ai/api-reference/webhooks/flows/task-created.md): Fired when a new workflow task is created and its first step is ready for action. - [flows.tasks.step_change](https://docs.chamelio.ai/api-reference/webhooks/flows/task-step-change.md): Fired when a workflow task advances or moves to a different step. - [flows.workflow.deleted](https://docs.chamelio.ai/api-reference/webhooks/flows/workflow-deleted.md): Fired when a workflow is permanently deleted from Chamelio. - [flows.workflow.new_version](https://docs.chamelio.ai/api-reference/webhooks/flows/workflow-new-version.md): Fired when a new version of a workflow is published and becomes available for use. - [Webhooks Overview](https://docs.chamelio.ai/api-reference/webhooks/introduction.md): Receive real-time event notifications from Chamelio when key actions occur in your organization. - [Activating Your Account](https://docs.chamelio.ai/guides/activating-your-account.md): Step-by-step guide to activating your Chamelio account and setting up your password - [Chamelio Core Settings](https://docs.chamelio.ai/guides/core-settings.md): Configure your organization's details to ensure Chamelio Core accurately analyzes and classifies your documents - [Core Use Cases](https://docs.chamelio.ai/guides/core-use-cases.md): Discover the main ways legal teams use Chamelio to transform legal knowledge into actionable intelligence - [Custom and System Fields](https://docs.chamelio.ai/guides/custom-fields.md): Understand, create, and manage metadata fields for your documents in Chamelio - [Email Settings and Forwarding](https://docs.chamelio.ai/guides/email-settings.md): Configure your forwarding address and authorized senders to capture documents in Chamelio via email - [How to Install the Chamelio Word Add-in](https://docs.chamelio.ai/guides/install-word-add-in.md): Step-by-step guide to installing the Chamelio add-in for Microsoft Word - [DocuSign Integration](https://docs.chamelio.ai/guides/integrations/docusign.md): Automatically capture signed contracts from DocuSign into Chamelio's smart repository - [Google Drive & SharePoint](https://docs.chamelio.ai/guides/integrations/google-drive-sharepoint.md): Import documents from Google Drive and Microsoft SharePoint directly into Chamelio using a native file picker - [Salesforce Integration](https://docs.chamelio.ai/guides/integrations/salesforce.md): Install and configure the Chamelio AI package for Salesforce to generate contracts and sync legal data from Opportunities - [Slack Integration](https://docs.chamelio.ai/guides/integrations/slack.md): Connect Chamelio with Slack to bring legal intelligence directly into your team workflows - [Legal Entities](https://docs.chamelio.ai/guides/legal-entities.md): Manage the legal entities associated with your organization in Chamelio - [Notification Preferences](https://docs.chamelio.ai/guides/notification-preferences.md): Control how and when you receive alerts from Chamelio for tasks, approvals, and document activity - [Security and Privacy](https://docs.chamelio.ai/guides/security-privacy.md): Comprehensive overview of Chamelio's security measures, compliance standards, and privacy protections - [Single Sign-On (SSO)](https://docs.chamelio.ai/guides/sso-setup.md): Configure SSO for Chamelio using Auth0 with your organization's identity provider - [User Groups](https://docs.chamelio.ai/guides/user-groups.md): Create and manage groups to organize users and control access across your organization - [User Management](https://docs.chamelio.ai/guides/user-management.md): How to manage users, roles, and permissions in your Chamelio account - [What is Chamelio?](https://docs.chamelio.ai/guides/what-is-chamelio.md): The Legal Intelligence Platform that helps in-house legal move faster, stay aligned, and make smarter calls - [Who is this for?](https://docs.chamelio.ai/guides/who-is-this-for.md): Learn about the target audience for Chamelio and how it benefits in-house legal teams - [Word Add-In vs Web App](https://docs.chamelio.ai/guides/word-add-in-vs-web-app.md): Understand when to use Chamelio Negotiate (Word Add-In) versus Knowledge Center (Web App) for different legal tasks - [Get Started with Chamelio](https://docs.chamelio.ai/home/welcome.md): Start reviewing contracts and building your legal knowledge base in minutes - [Welcome to Chamelio Documentation](https://docs.chamelio.ai/index.md): Your complete guide to Chamelio's legal intelligence platform ## OpenAPI Specs - [openapi](https://docs.chamelio.ai/api-reference/openapi.json)