Send an authenticated GET request to the Analyzer baseUris endpoint:
- What's new
-
Get started
- Learn the basics
- Access the app
- Preferences & settings
-
Create PDFs
- Convert to PDFs
- Create PDFs with templates
- Create and design with Adobe Express
- Create presentations
-
Edit PDFs
- Edit text, images, and objects
- Organize documents
-
Share, review, and export
- Share documents
- Review PDFs
- Export and print
-
Use Acrobat AI
- Podcasts in Acrobat on the web
- Explore Student Spaces
-
E-sign documents
- Add e-sign branding
- Request e-signatures
- Manage agreements
- Work with Webforms
- Collect online payments
- Fill and sign
-
Manage cloud storage
- Manage Adobe cloud files
- Manage third party storage
-
Use Acrobat extensions
-
Acrobat for Microsoft Teams
- Access Acrobat admin settings
- Edit PDFs in Acrobat for Microsoft Teams
- Supported languages for Acrobat in Microsoft Teams
- Acrobat for Microsoft Teams overview
- AI-powered meeting summaries and insights
- Resolve issues in Acrobat for Microsoft Teams
- Collaborate on PDFs in Microsoft Teams
- Install Acrobat for Microsoft Teams
- Customize Acrobat for Microsoft integrations
-
Acrobat for SharePoint and OneDrive
- Acrobat for SharePoint and OneDrive overview
- AI powered document summaries and insights
- Configure browsers for Acrobat in SharePoint and OneDrive
- Install Acrobat for SharePoint and OneDrive
- Acrobat for SharePoint and OneDrive installation overview
- Uninstall Acrobat for SharePoint and OneDrive
- Use Acrobat to update files in SharePoint and OneDrive
- Access Acrobat admin settings
- Acrobat for Microsoft Outlook
- Acrobat for Microsoft 365
- Adobe PDF services connector
- Acrobat for ChatGPT
- Acrobat for Google Workspace
- Acrobat for WhatsApp
- Acrobat for Copilot
- Share PDFs using the Acrobat extension
-
Acrobat for Microsoft Teams
-
Troubleshoot
- Installation issues
- Printing issues
- Feature issues
- Limitations and known issues
-
Explore PDF Spaces
- Create PDF Spaces in Acrobat web
- Share PDF Spaces
- Review PDF Spaces
- Customize PDF Space experiences
- Interactive experience sharing with PDF Spaces
- Work with Knowledge Base collections
-
Analyzer in Acrobat
- Analyzer in Acrobat: Enterprise document intelligence
-
User guide
- Use the Home page in Analyzer in Acrobat
-
Collections
- Work with collections using Analyzer in Acrobat
- Create a manual collection using Analyzer in Acrobat
- Create a linked collection using Analyzer in Acrobat
- Edit a collection using Analyzer in Acrobat
- Upload files to a collection using Analyzer in Acrobat
- Add a file to a collection from All files using Analyzer in Acrobat
- Remove a file from a collection using Analyzer in Acrobat
- Share a collection using Analyzer in Acrobat
- Delete a collection using Analyzer in Acrobat
- Filter a collection using attributes in Analyzer in Acrobat
- Open a file for review using Analyzer in Acrobat
- Tag a file using Analyzer in Acrobat
- Compare two documents using Analyzer in Acrobat
- Delete a file using Analyzer in Acrobat
-
Attributes
- Work with attributes in Analyzer in Acrobat
- Tips for creating effective attributes in Analyzer in Acrobat
- Create and evaluate attributes using Analyzer in Acrobat
- Create custom attributes using Analyzer in Acrobat
- Test attributes in Analyzer in Acrobat
- Review extracted attributes in Analyzer in Acrobat
- Validate extracted values in Analyzer in Acrobat
- Override an extracted attribute value in Analyzer in Acrobat
- Re-extract an overridden value in Analyzer in Acrobat
- Refresh a collection's attributes in Analyzer in Acrobat
- Export extracted attributes in Analyzer in Acrobat
- Download attribute definitions to a CSV file in Analyzer in Acrobat
- Upload attribute definitions from a CSV file in Analyzer in Acrobat
- Disable an attribute in Analyzer in Acrobat
- Manage attributes by collection in Analyzer in Acrobat
- Work with All files in Analyzer in Acrobat
- View Analytics insights in Analyzer in Acrobat
- Admin and configuration
- Developer support
- Service-level documents
- Support
Make API requests with Analyzer in Acrobat
Determine the organization's regional API endpoint, authenticate your requests, and use the Analyzer in Acrobat APIs.
Before calling Analyzer APIs, resolve the API access point for the organization. Analyzer currently supports the NA1 and EU1 regions.
Before you begin
Complete Set up API access for Analyzer in Acrobat and have a valid OAuth Server-to-Server access token.
Determine the regional API endpoint
Analyzer uses the baseUris endpoint to identify the regional API access point for an organization.
The baseUris endpoint is available through NA1 only. Call the NA1 endpoint even if the organization is hosted in EU1.
Read the apiAccessPoint value from the response.
The response identifies the regional API endpoint assigned to the organization.
{
"apiAccessPoint": "[regional Analyzer API endpoint]"
}
Use the returned apiAccessPoint as the base URL for subsequent Analyzer API requests.
Always resolve the organization's API access point through baseUris rather than hard-coding a regional endpoint.
Authenticate API requests
Pass the OAuth Server-to-Server access token in the Authorization header for each API request:
Authorization: Bearer <access_token>
Construct subsequent API requests using the apiAccessPoint returned by baseUris.
Use the API reference
Analyzer provides regional Swagger interfaces for exploring endpoints, parameters, request and response schemas, and supported operations.
Use the Swagger interface for the organization's region:
- NA1: https://analyzer-na1.adobe.io/swagger-ui/index.html
- EU1: https://analyzer-eu1.adobe.io/swagger-ui/index.html
Authorize the Swagger session with a valid OAuth Server-to-Server access token before testing authenticated endpoints.
Available API operations
Use the Analyzer APIs to:
- Upload documents for processing.
- Search and filter documents.
- Retrieve document processing status.
- Retrieve available attributes.
- Retrieve extracted attribute values.
Refer to the regional Swagger interface for endpoint paths, parameters, request schemas, response schemas, and status codes.
Next step
If your integration needs to access Analyzer data for individual users, see Configure on-behalf access for Analyzer in Acrobat.