---
title: "Get Project Profile"
method: GET
path: "/project-profile"
tags: ["Project"]
---

# Get Project Profile

`GET /project-profile`

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.

## Query parameters

- `project_id` string — Required if using a company api key

## Response `200`

Project profile fetched successfully

- object — Project profile fetched successfully
  - `profile` object, nullable, required
    - `name` string, required
    - `occupation` string, required
    - `industry` string, required
    - `brand_presentation` string[], required
    - `products_and_services` string[], required
    - `target_markets` object[], required
      - `market_size` 'Neighborhood' | 'City' | 'State/Province' | 'National' | 'Continental Bloc' | 'Global', required
      - `location` string, required
      - `osm_id` string
    - `audience_distribution` object, required
      - `simple_recommendation_seeker` integer, required
      - `informed_shopper` integer, required
      - `evaluative_researcher` integer, required
    - `used_prepared_profile` boolean
    - `brandPresentation` string[], required
    - `productsAndServices` string[], required
    - `targetMarkets` object[], required
      - `marketSize` 'Neighborhood' | 'City' | 'State/Province' | 'National' | 'Continental Bloc' | 'Global', required
      - `location` string, required
      - `osmId` string
    - `audienceDistribution` object, required
      - `simpleRecommendationSeeker` integer, required
      - `informedShopper` integer, required
      - `evaluativeResearcher` integer, required
    - `usedPreparedProfile` boolean

## Other responses

- `404` — Response for status 404

---

[API](https://skmtc.net/peec/apis/peec-ai-customer-api.md) · [All operations](https://skmtc.net/peec/apis/peec-ai-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peec/peec-ai-customer-api/versions/92840a1bffa7/schema)
