cURL
curl --request POST \ --url https://api.repromptai.com/v1/{org}/place_enrichment/custom_attributes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "attribute_key": "<string>", "data": {} }
curl --request POST \ --url https://api.repromptai.com/v1/{org}/place_enrichment/custom_attributes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>" }'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name for the new AI attribute
Optional description for the attribute
Successful Response
Response model for custom attribute creation