Dependencies

Analyze package manifest

Parse a package manifest and return dependency information with documentation URL mappings. This is a preview - no subscriptions are created.

post/dependencies/analyze

Request body

manifest_contentstring required

Raw content of the manifest file

manifest_type'package.json' | 'requirements.txt' | 'pyproject.toml' | 'Cargo.toml' | 'go.mod' | 'Gemfile' nullable

Manifest type. Auto-detected if not provided.

filenamestring nullable

Original filename for type detection

Response

Successful Response

manifest_typestring required
total_dependenciesinteger required
unmapped_countinteger required
unmapped_packagesstring[] required

Changes

No recorded changes to this endpoint across all 1 revision of this API.