Parse a raw text address
Parses a raw text address into structured components (leverages AI + public data).
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.x-openai-keystring · requiredOpenAI API key for address parsing
Responses
Address parsing started successfully
successboolean · requiredmetadataobject · requiredstatusstring · requiredDescriptive status message
dataobject
Parse CSV into structured JSON
Parses CSV data into a structured JSON array of objects (header row required by default).
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Successfully parsed CSV data
successboolean · requiredmetadataobject · requiredstatusstring · requiredDescriptive status message
dataobject[]
Get address parsing status/result
Retrieves the status and result of a previously parsed address by response ID. If the original parsing was synchronous and did not return a response ID, this endpoint may return 404.
path Parameters
responseIdstring · requiredThe response ID of the address parsing job to retrieve
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Address parsing completed successfully
successboolean · requiredmetadataobject · requiredstatusstring · requiredDescriptive status message
dataobject