cURL
curl --request POST \ --url https://apigcp.trynia.ai/v2/dependencies/analyze \ --header 'Content-Type: application/json' \ --data ' { "manifest_content": "<string>", "manifest_type": "package.json", "filename": "<string>" } '
{ "manifest_type": "<string>", "total_dependencies": 123, "dependencies": [ { "name": "<string>", "version": "<string>", "registry": "<string>", "is_dev": true } ], "mappings": [ { "name": "<string>", "registry": "<string>", "docs_url": "<string>", "mapping_source": "<string>", "confidence": 123 } ], "unmapped_count": 123, "unmapped_packages": [ "<string>" ] }
Parse a package manifest and return dependency information with documentation URL mappings. This is a preview - no subscriptions are created.
Raw content of the manifest file
Manifest type. Auto-detected if not provided.
package.json
requirements.txt
pyproject.toml
Cargo.toml
go.mod
Gemfile
Original filename for type detection
Successful Response
Show child attributes
Was this page helpful?