Skip to main content
GET
/
api
/
v1
/
codemaps
/
{indexName}
/
structure
Get module structure
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/codemaps/{indexName}/structure \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "entry_points": [
    {}
  ],
  "module_tree": {},
  "stats": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

indexName
string
required

Response

Structure response

success
boolean
required
entry_points
object[]
module_tree
object
stats
object