REST APIV2Accounts
Create Account
Create a new account for the given domain. Optionally triggers deep research to enrich the account with comprehensive data.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Request Body
application/json
domain*string
deep_research?boolean
Default
trueResponse Body
application/json
application/json
curl -X POST "https://api.poggio.io/v2/accounts" \ -H "Content-Type: application/json" \ -d '{ "domain": "string" }'{
"id": "string",
"domain": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}