Skip to main content
GET
/
api
/
v1
/
project
/
{project_id}
Get Project By Id
curl --request GET \
  --url https://api.shareofsearch.jplus.io/api/v1/project/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "user_id": "<string>",
  "status": "<string>",
  "website": "<string>",
  "sources": [
    "<string>"
  ],
  "thematics": [
    {
      "id": "<string>",
      "name": "<string>",
      "color": "<string>",
      "keywords": [
        {
          "id": "<string>",
          "text": "<string>",
          "brand_type": "<string>"
        }
      ],
      "topics": []
    }
  ],
  "devices": [
    "<string>"
  ],
  "country": "<string>",
  "language": "<string>",
  "frequency": "<string>",
  "client_id": "<string>",
  "brand": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>",
  "brand_official_name": "<string>",
  "name": "",
  "website_type": "<string>",
  "query_fanouts_enabled": false,
  "shopping_enabled": false,
  "category": "Global",
  "personas": [],
  "related_products": [],
  "sub_brands": [],
  "perceptions": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Query Parameters

client_id
string
required

Client id

Response

Successful Response

id
string
required
user_id
string
required
status
string
required
website
string
required
sources
string[]
required
thematics
Thematic · object[]
required
devices
string[]
required
country
string
required
language
string
required
frequency
string
required
client_id
string | null
required
brand
string
required
created_at
string
required
updated_at
string
required
brand_official_name
string | null
name
string | null
default:""
website_type
string | null
query_fanouts_enabled
boolean
default:false
shopping_enabled
boolean
default:false
category
string
default:Global
personas
PersonaResponse · object[]
sub_brands
SubBrandResponse · object[]
perceptions
PerceptionResponse · object[]