Skip to main content
GET
/
api
/
v1
/
codewiki
/
{indexName}
/
modules
List wiki modules
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/codewiki/{indexName}/modules \
  --header 'Authorization: Bearer <token>'
{
  "modules": [
    {}
  ],
  "success": true,
  "has_more": true,
  "total": 123
}

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

Query Parameters

type
enum<string>

Filter by module type

Available options:
leaf,
parent
offset
integer

Pagination offset

limit
integer

Maximum results to return

Response

Module list

modules
object[]
required
success
boolean
required
has_more
boolean
total
integer