How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Profound Organization API

The Organization API from Profound — 16 operation(s) for organization.

Profound Organization API is one of 16 APIs that Profound publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Organization. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and a changelog.

This API exposes 18 operations across 16 paths, and defines 44 schemas. It is described by OpenAPI 3.2.0, at version 6551bd49db665ffb7f80780b3e150b8e8b780cc3.

Requests are made against a single base URL, https://api.tryprofound.com.

18 operations 16 paths 44 schemas 15 GET2 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
6551bd49db665ffb7f80780b3e150b8e8b780cc3
Base URL
https://api.tryprofound.com
Authentication
API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Profound Organization API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-Key (APIKeyHeader). It accepts HTTP bearer tokens (BearerAuth).

Paths & Operations 18

Across 16 paths, the API surfaces 18 operations — 15 GET, 2 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Organization 18
GET
/v1/org
List organizations
list_organizations_v1_org_get → 200422
GET
/v1/org/regions
Get Regions
get_regions_v1_org_regions_get 1 param → 200422
GET
/v1/org/models
Get Models
get_models_v1_org_models_get → 200422
GET
/v1/org/domains
Get Domains
get_domains_v1_org_domains_get 1 param → 200422
GET
/v1/org/assets
Get Assets
get_assets_v1_org_assets_get 1 param → 200422
GET
/v1/org/personas
Get Personas
get_personas_v1_org_personas_get 1 param → 200422
GET
/v1/org/categories
Get Categories
get_categories_v1_org_categories_get 1 param → 200422
GET
/v1/org/categories/{category_id}/topics
Get Category Topics
get_category_topics_v1_org_categories__category_id__topics_get 1 param → 200422
GET
/v1/org/categories/{category_id}/tags
Get Category Tags
get_category_tags_v1_org_categories__category_id__tags_get 1 param → 200422
GET
/v1/org/categories/{category_id}/regions
Get Category Regions
get_category_regions_v1_org_categories__category_id__regions_get 1 param → 200422
GET
/v1/org/categories/{category_id}/citation-categories
Get Category Citation Categories
get_category_citation_categories_v1_org_categories__category_id__citation_categories_get 1 param → 200422
GET
/v1/org/categories/{category_id}/citation-tags
Get Category Citation Tags
get_category_citation_tags_v1_org_categories__category_id__citation_tags_get 1 param → 200422
GET
/v1/org/categories/{category_id}/prompts
List prompts
get_category_prompts_v1_org_categories__category_id__prompts_get 13 params → 200422
POST
/v1/org/categories/{category_id}/prompts
Create prompts
create_category_prompts_v1_org_categories__category_id__prompts_post 1 param body → 200422
PATCH
/v1/org/categories/{category_id}/prompts
Update prompts
update_category_prompts_v1_org_categories__category_id__prompts_patch 1 param body → 200422
PATCH
/v1/org/categories/{category_id}/prompts/status
Update prompt status
update_category_prompt_status_v1_org_categories__category_id__prompts_status_patch 1 param body → 200422
GET
/v1/org/categories/{category_id}/assets
Get Category Assets
get_category_assets_v1_org_categories__category_id__assets_get 1 param → 200422
GET
/v1/org/categories/{category_id}/personas
Get Category Personas
get_category_personas_v1_org_categories__category_id__personas_get 1 param → 200422

Schemas 44

The contract defines 44 schemas that model the data the API accepts and returns. The most detailed are Prompt (13 properties), UpdatePromptInput (11 properties), CreatePromptInput (11 properties), PromptPreview (10 properties). Each schema is shown below with its type and property counts.

HTTPValidationError
object
1 property
NamedResource
object
Generic id+name reference used across domain boundaries.
2 properties 2 required
PromptType
string
CategoryPersonasResponse
object
1 property 1 required
PersonaProfileEmployment
object
4 properties
CitationTag
object
2 properties 2 required
CreatePromptsResponse
object
Response from creating prompts.
5 properties 1 required
IdOrName
object
Reference by id, name, or both. Plain strings work too: UUIDs become id lookups, other strings become name lookups.
2 properties
DomainWithOrganization
object
A domain paired with the organization edge it belongs to.
4 properties 4 required
UpdatePromptStatusBody
object
3 properties 2 required
UpdatePromptsResponse
object
Response from updating prompts.
5 properties 1 required
CreatePromptsBody
object
2 properties 1 required
AnalysisType
string
PaginationInfo
object
3 properties 3 required
CategoryAsset
object
7 properties 6 required
CategoryWithOrganization
object
A category annotated with the organization that owns it.
4 properties 3 required
Category
object
3 properties 2 required
Topic
object
3 properties 3 required
UpdatePromptInput
object
Fields to update on an existing prompt. Only provided fields are changed; omitted fields are left unchanged.
11 properties 1 required
CategoryAssetWithCategory
object
9 properties 8 required
Tag
object
2 properties 2 required
CategoryPersona
object
3 properties 3 required
OrganizationAssetsResponse
object
1 property 1 required
ValidationError
object
5 properties 3 required
CreatePromptInput
object
A single prompt to create within a category.
11 properties 5 required
OrganizationPersonasWithCategory
object
5 properties 5 required
CitationCategory
object
2 properties 2 required
PromptPreview
object
Preview of a prompt that was (or would be) created.
10 properties 4 required
NamedResourceDiffList
object
Shows which resources were added or removed.
2 properties
Organization
object
2 properties 2 required
CitationCategoriesResponse
object
1 property 1 required
FieldDiff
object
Shows the old and new value for a changed field.
2 properties
PromptOrderBy
string
CategoryPromptsResponse
object
2 properties 2 required
Prompt
object
13 properties 9 required
PersonaProfile
object
3 properties 3 required
UpdatePromptsBody
object
2 properties 1 required
UpdatePromptStatusResponse
object
Response from updating prompt statuses.
2 properties 1 required
CitationTagsResponse
object
1 property 1 required
PersonaProfileBehavior
object
2 properties
PromptUpdatePreview
object
Preview of changes applied (or to be applied) to a single prompt. Only changed fields are included.
10 properties 1 required
OrderByDirection
string
OrganizationPersonasWithCategoryResponse
object
1 property 1 required
PersonaProfileDemographics
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

profound-organization-api-openapi.yml Raw ↑

Other APIs Profound publishes across the network.

Profound Agent Analytics Ingestion API
Profound Agents API
Profound Beta API
Profound Bot Traffic Reports API
Profound Categories API
Profound Content API
Profound Content optimization API
Profound Documents API
Profound Human Referrals API
Profound Integrations API
Profound Knowledge bases API
Profound OpenAI Ads API
Where this information came from

This is an independent, third-party profile of Profound Organization API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.