IX-Plore

Módulo que te da acceso a información de Darknets, Documents, Dumpster, Leaks, Pastes, Web, Whois.

El consumo de este módulo será diario y se consumirán créditos por consulta y por visualización del documento.

Para utilizar el módulo IX-Plore necesitaremos realizar una primera petición al endpoint https://app.dotlake.io/api/search/ixplore.

Esto nos devolverá un ID en caso correcto (status=0) o un error (status=2)

Con este ID tendremos realizar peticiones al segundo endpoint https://app.dotlake.io/api/search/ixplore/results donde se recuperarán los resultados y podremos paginar hasta obtener el estado de parada (status=2)

post

This endpoint will return the id that we will later use to view the search results.

Authorizations
AuthorizationstringRequired

API token prefixed with 'token '

Header parameters
AuthorizationstringRequired

Authentication header. API token prefixed with 'token '

Default: token API_TOKEN
Body
from_dateintegerOptional

Minimum date, as UNIX epoch, this date refers to sort_field date selected

Default: 1
to_dateintegerOptional

Maximum date, as UNIX epoch, this date refers to sort_field date selected

Default: 9999999999
Responses
200

Successfully retrieved search query results

application/json
post
/search/ixplore
post

This endpoint will return all the results and will make recursive calls until the search status is 2.

Authorizations
AuthorizationstringRequired

API token prefixed with 'token '

Header parameters
AuthorizationstringRequired

Authentication header. API token prefixed with 'token '

Default: token API_TOKEN
Body
idstringRequired
Responses
200

Successfully retrieved search query results

application/json
post
/search/ixplore/results
post

This endpoint will be used to download the entire files returned by the /ixplore/results endpoint.

Authorizations
AuthorizationstringRequired

API token prefixed with 'token '

Header parameters
AuthorizationstringRequired

Authentication header. API token prefixed with 'token '

Default: token API_TOKEN
Body
fintegerRequired
bucketstringRequired
storageidstringRequired
Responses
200

Successfully retrieved search query results

application/json
post
/search/ixplore/files

Last updated