Skip to main content
POST
Subscribe to documentation for manifest dependencies

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

include_dev_dependencies
boolean
default:false

Include devDependencies/dev-dependencies

max_new_indexes
integer
default:150

Max number of new indexes to start (0-500)

Required range: 0 <= x <= 500

Response

Successful Response

manifest_type
string
required
total_dependencies
integer
required
results
SubscriptionResults · object
required
summary
SubscriptionSummary · object
required