Quick Start
Get started with Docling for IBM watsonx in minutes
Beginning Your Development
This guide will help you set up your first API call to Docling for IBM watsonx and convert your first document.
Prerequisites
Before you begin, you'll need:
- A Docling for IBM watsonx account
- Your Service URL and API Key
Obtaining Your Credentials
- Sign up at ibm.com/products/docling
- Complete the onboarding process
- Receive and store the following from the Docling for IBM watsonx client:
- Service URL - Your unique instance endpoint
- API Key - Your authentication token
Keep your API Key secure and never commit it to version control. Use environment variables to store credentials.
Using the Python SDK
For a more convenient experience, use the official Docling Python SDK. To install:
pip install doclingThe Python SDK handles the async workflow automatically, polling for completion and returning the final result. Try some examples of the SDK in action in the Examples section.
For more complex use cases of Docling, refer to the official Docling documentation.
Your First Conversion
Docling for IBM watsonx uses an asynchronous workflow for converting documents:
- Submit a document for conversion
- Poll the status endpoint to check progress
- Retrieve the converted result
Start at the Basic Conversion guide for a simple example on using the API endpoints and the Python SDK.
Next Steps
Visit these pages to continue exploring how to use Docling for IBM watsonx.