v1
latestOpenAPI 3.1.02026-07-2295105298.6 KBBasics
Create Location
Creates a location for a website. country is case-insensitive and stored as its canonical label. Any attached prompt_ids must allow the location's country.
post/api/v1/locations
Request body
Example request
{
"location": "New York",
"country": "United States"
}Response
Location created