Skip to main content
PUT
/
project-profile
Set Project Profile
curl --request PUT \
  --url https://api.peec.ai/customer/v1/project-profile \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "occupation": "<string>",
  "industry": "<string>",
  "brandPresentation": [
    "<string>"
  ],
  "productsAndServices": [
    "<string>"
  ],
  "targetMarkets": [
    {
      "marketSize": "Neighborhood",
      "location": "<string>",
      "osmId": "<string>"
    }
  ],
  "audienceDistribution": {
    "simpleRecommendationSeeker": 4503599627370495,
    "informedShopper": 4503599627370495,
    "evaluativeResearcher": 4503599627370495
  }
}
'
{}

Authorizations

X-API-Key
string
header
required

Body

occupation
string
required
Minimum string length: 1
industry
string
required
Minimum string length: 1
brandPresentation
string[]
required
Minimum array length: 1
Minimum string length: 1
productsAndServices
string[]
required
Minimum array length: 1
Minimum string length: 1
targetMarkets
object[]
required
Minimum array length: 1
audienceDistribution
object
required

Response

Project profile set successfully

Project profile set successfully