Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The query to make
Method to use, 'simple' or 'advanced'. Advanced may return better results, but uses more credits
Example:
"simple"
Body
application/json · string
A JSON schema to extract against
Example:
{
"name": "<the users name>",
"company": "<the users company>"
}
