Integrate JustDocIt's SAP migration scanning into your workflows.
Base URL: https://app.justdocit.com/api/v1
All API requests require an API key passed in the X-API-Key header.
/api/v1/scan
Upload an SOP file and get a complete migration analysis with T-code mappings, risk scores, and recommended actions.
| Parameter | Type | Required | Description |
|---|---|---|---|
file |
File | Yes | SOP file (PDF, DOCX, TXT, MD, HTML) |
/api/v1/scan-text
Scan raw SOP text content directly without file upload. Perfect for integrating with CMS or content pipelines.
| Parameter | Type | Required | Description |
|---|---|---|---|
text |
String | Yes | Raw SOP text content |
department |
String | No | Department name for categorization |
title |
String | No | SOP title |
/api/v1/batch/upload
Upload multiple SOP files at once. Returns a batch ID for tracking progress. Supports up to 50 files per batch.
/api/v1/batch/{batch_id}
/api/v1/translate
Upload an SOP and receive a fully translated S/4HANA version with all ECC references replaced by their S/4HANA equivalents.
/api/v1/tcodes
Search the T-code mapping database. Filter by module, change type, or search term. Returns paginated results.
| Parameter | Type | Description |
|---|---|---|
search |
String | Search by T-code or description |
module |
String | Filter by SAP module (MM, FI, CO, SD, etc.) |
change_type |
String | Filter: REMOVED, REPLACED, MODIFIED, UNCHANGED |
limit |
Integer | Results per page (default: 50, max: 200) |
/api/v1/compare
Upload two SOP versions and get a detailed diff analysis showing what changed between them, with migration impact scoring.
/api/v1/report/{scan_id}
Retrieve the full scan report for a previously scanned SOP using its scan ID.
/api/v1/breaking-changes
Get a complete list of all breaking T-code changes in S/4HANA β removed transactions, replaced functionality, and required Fiori migrations.
/api/v1/analytics/departments
Aggregate migration analytics across departments, including risk distribution, affected SOP counts, and estimated hours.
Related endpoints:
/api/v1/analytics/risk-matrix
β Risk heatmap by module
/api/v1/analytics/tcode-heatmap
β Most impacted T-codes
| Plan | Scans/Month | Requests/Min | Batch Size |
|---|---|---|---|
| Free | 10 | 5 | 3 files |
| Pro ($49/mo) | Unlimited | 60 | 50 files |
| Enterprise | Unlimited | Custom | Custom |
X-RateLimit-Remaining and X-RateLimit-Reset to monitor your usage.
Coming soon β official client libraries for popular languages.