Skip to main content
GET
/
provider
/
public-summary
Get Provider Public Summary
curl --request GET \
  --url https://api.example.com/provider/public-summary \
  --header 'X-API-Key: <api-key>'
{
  "companyName": "",
  "slogan": "",
  "name": "",
  "bio": "<string>",
  "yearsOfExperience": 123,
  "portfolioUrl": "<string>",
  "githubUrl": "<string>",
  "linkedinUrl": "<string>",
  "skills": [
    "<string>"
  ],
  "providerType": "freelancer",
  "role": "<string>",
  "seniority": "<string>",
  "location": "<string>",
  "website": "<string>",
  "orgDescription": "<string>",
  "orgServices": [
    "<string>"
  ],
  "orgClients": "<string>",
  "teamSize": 123,
  "summaryText": ""
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

Summary of the provider's public profile for client-facing contexts. Use this when the client asks about the provider (experience, services, etc.). Safe to expose to prospects—excludes billing, tax, and internal data.

companyName
string
default:""
slogan
string
default:""
name
string
default:""
bio
string | null
yearsOfExperience
integer | null
portfolioUrl
string | null
githubUrl
string | null
linkedinUrl
string | null
skills
string[]
providerType
string
default:freelancer
role
string | null
seniority
string | null
location
string | null
website
string | null
orgDescription
string | null
orgServices
string[]
orgClients
string | null
teamSize
integer | null
summaryText
string
default:""

2-3 line summary for LLM context or display