cURL
curl --request GET \ --url https://api.peec.ai/customer/v1/project-profile \ --header 'X-API-Key: <api-key>'
{ "profile": { "occupation": "<string>", "industry": "<string>", "brandPresentation": [ "<string>" ], "productsAndServices": [ "<string>" ], "targetMarkets": [ { "marketSize": "Neighborhood", "location": "<string>", "osmId": "<string>" } ], "audienceDistribution": { "simpleRecommendationSeeker": 4503599627370495, "informedShopper": 4503599627370495, "evaluativeResearcher": 4503599627370495 }, "name": "<string>", "usedPreparedProfile": true } }
Read the project’s brand profile (description, industry, brand identity, target markets, audience distribution, products & services). Returns { profile: null } if the project hasn’t been profiled yet.
{ profile: null }
Required if using a company api key
"or_f45b94ba-5e35-4982-93ed-285e72ee14eb"
Project profile fetched successfully
Show child attributes