POST /search.
Supported search types
These values must match the OpenAPI enum exactly.
Request shape
Request sections
Module selection behavior (modules)
Use modules when you want to restrict execution to a known set of modules.
- Every module ID must exist
- Every module ID must be listed and currently available
- Every module ID must be compatible with the selected
query.type
- If
options.modulesis omitted or empty, Osintly runs the default module set for that search type - If
modulesis omitted, Osintly runs the default module set for that search type - If
modules.modeisselected, execution is limited tomodules.ids
400 with an explicit validation error.
ID and pagination parameters
id(path): search UUIDsource(path): leak provider source code/namepage(query): leak source page number, minimum1
Common errors
400 Validation error
400 Validation error
Request shape or field values are invalid. Check enum values and data types.
429 Rate limit exceeded
429 Rate limit exceeded
Respect retry headers and retry after the reset window.