cURL
curl --request POST \ --url https://api.osint.ly/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "input": "<string>", "type": "Pseudonym" }'
{ "message": "The search was successfully started.", "search_id": "bac6b773-b46c-4d26-b902-3652d1710727" }
Launch a research.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Authentication successful
The response is of type object.
object