ManualCloud API
ManualCloud API provides large-scale access to a global repository of product manuals, user guides etc. It enables users to download complete datasets—including documents, metadata, images, and assets.
ManualCloud API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
ListManualIds /listIds |
Returns a page of document content identifiers intended for bulk traversal and downstream processing workflows. Typical use cases include: - Archive synchronization - Search… |
| GET |
GetContentMetadata /meta |
This endpoint is used to fetch metadata such as: - Manufacturer name - Product name - Product category - Alternative names - Additional product-related attributes Clients must… |
| GET |
RelatedManualIds /relatedIds |
Returns a list of document content identifiers that are related to the specified manual. Relationships are determined based on: - Product or model family associations -… |
| GET |
SuggestedManualIds /suggestedIds |
Returns a list of document content identifiers that are suggested for the specified manual. Suggestions are typically based on: - User behavior or access patterns - Similar… |
| GET |
GetTableOfContents /toc |
Returns the hierarchical structure of the document outline extracted from the PDF associated with the specified content identifier. The table of contents may include: - Section… |
| GET |
GetImageUris /images |
Returns image resources linked to the specified document identifier. Supported image types may include: - Product images - Manufacturer or brand logos - First-page preview… |
| GET |
GetPDFUri |
Generates a time-limited download URI for the PDF file associated with the specified document content identifier. The returned URL provides temporary access to the original… |
ManualCloud API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $49.99 / month | 10 / second |
|
| ULTRA | $499 / month | 50 / second |
|
| MEGA | $3,499 / month | 100 / second |
|