Skip to main content
POST
Analyze package manifest

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
manifest_content
string
required

Raw content of the manifest file

manifest_type
enum<string> | null

Manifest type. Auto-detected if not provided.

Available options:
package.json,
requirements.txt,
pyproject.toml,
Cargo.toml,
go.mod,
Gemfile
filename
string | null

Original filename for type detection

Response

Successful Response

manifest_type
string
required
total_dependencies
integer
required
dependencies
DependencyItem · object[]
required
mappings
MappingItem · object[]
required
unmapped_count
integer
required
unmapped_packages
string[]
required