Creates a new session for processing a service address. This is typically the first endpoint called when starting a new address lookup flow.
Upon session creation, Hum AI agents begin:
POST /sessions
{
"street1": "29090 Tiffany Drive E",
"city": "Southfield",
"state": "MI",
"zip": "48034"
}
Bearer token authentication using JWT tokens.
Include the token in the Authorization header as: Authorization: Bearer <token>
Obtain tokens through your Hum API account dashboard or contact support@letshum.com for access.
A JSON object that contains the service address components for the session.
The body is of type object
.
Successful session creation.
The response is of type object
.