Mavrck Brand Suitability Harness API
The BrandSuitabilityHarness API from Mavrck — 10 operation(s) for brandsuitabilityharness.
The BrandSuitabilityHarness API from Mavrck — 10 operation(s) for brandsuitabilityharness.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/mavrck-brandsuitabilityharness-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
version: 1.0.0
description: Identify your most influential customers and activate them to drive more conversions on social.
title: MAVRCK.IO Brand Suitability Harness API
servers:
- url: http://app.splashscore.com/v1
- url: https://app.splashscore.com/v1
security:
- apiKey: []
tags:
- name: BrandSuitabilityHarness
paths:
/v1/brand-suitability/harness/global-users/{globalUserId}/creator-context:
get:
operationId: harnessCreatorContext
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: Builds a structured creator profile from platform data (social handles, bio, location, etc.) *
tags:
- BrandSuitabilityHarness
parameters:
- in: path
name: globalUserId
required: true
schema:
type: number
format: double
post:
operationId: harnessSaveCreatorContext
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: Builds (or accepts inline) creator context and persists it to DynamoDB, returning the stored record. *
tags:
- BrandSuitabilityHarness
parameters:
- in: path
name: globalUserId
required: true
schema:
type: number
format: double
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/SaveCreatorContextRequest'
required: true
/v1/brand-suitability/harness/global-users/{globalUserId}/creator-context/stored:
get:
operationId: harnessGetStoredCreatorContext
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: Reads the stored creator context record from DynamoDB. *
tags:
- BrandSuitabilityHarness
parameters:
- in: path
name: globalUserId
required: true
schema:
type: number
format: double
patch:
operationId: harnessUpdateCreatorContext
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: Partial-updates the stored creator context fields. *
tags:
- BrandSuitabilityHarness
parameters:
- in: path
name: globalUserId
required: true
schema:
type: number
format: double
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UpdateCreatorContextRequest'
required: true
delete:
operationId: harnessDeleteCreatorContext
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: Deletes the stored creator context record. *
tags:
- BrandSuitabilityHarness
parameters:
- in: path
name: globalUserId
required: true
schema:
type: number
format: double
/v1/brand-suitability/harness/brand-context:
get:
operationId: harnessBrandContext
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
tags:
- BrandSuitabilityHarness
parameters:
- in: query
name: communityId
required: false
schema:
type: string
post:
operationId: harnessSaveBrandContext
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: Builds (or accepts inline) brand context and persists it to DynamoDB, returning the stored record. *
tags:
- BrandSuitabilityHarness
parameters:
- in: query
name: communityId
required: false
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/SaveBrandContextRequest'
required: true
/v1/brand-suitability/harness/brand-context/stored:
get:
operationId: harnessGetStoredBrandContext
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: Reads the stored brand context record from DynamoDB. *
tags:
- BrandSuitabilityHarness
parameters:
- in: query
name: communityId
required: false
schema:
type: string
patch:
operationId: harnessUpdateBrandContext
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: Partial-updates the stored brand context fields. *
tags:
- BrandSuitabilityHarness
parameters:
- in: query
name: communityId
required: false
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UpdateBrandContextRequest'
required: true
delete:
operationId: harnessDeleteBrandContext
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: Deletes the stored brand context record. *
tags:
- BrandSuitabilityHarness
parameters:
- in: query
name: communityId
required: false
schema:
type: string
/v1/brand-suitability/harness/campaigns/{campaignId}/campaign-context:
get:
operationId: harnessCampaignContext
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
tags:
- BrandSuitabilityHarness
parameters:
- in: path
name: campaignId
required: true
schema:
type: number
format: double
/v1/brand-suitability/harness/research:
post:
operationId: harnessResearch
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: 'Runs the research pipeline: discovery (search) + enrichment (visit each URL for full page content).
Provide creatorContext directly (e.g. from prod) to skip the buildCreatorContext step,
or provide globalUserId to build it from local data. One of the two is required.'
tags:
- BrandSuitabilityHarness
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ResearchRequest'
required: true
/v1/brand-suitability/harness/verify-sources:
post:
operationId: harnessVerifySources
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: 'Runs source verification against user-provided sources without running discovery.
Provide creatorContext directly (e.g. from prod) to skip the buildCreatorContext step,
or provide globalUserId to build it from local data. One of the two is required.'
tags:
- BrandSuitabilityHarness
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/VerifySourcesRequest'
required: true
/v1/brand-suitability/harness/global-users/{globalUserId}/reverify:
post:
operationId: harnessReverify
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: 'Re-runs verification on existing research from DynamoDB. Skips discovery.
Loads stored findings and runs pre-filter + LLM verification.
Provide creatorContext to skip buildCreatorContext, or omit to build from local data.'
tags:
- BrandSuitabilityHarness
parameters:
- in: path
name: globalUserId
required: true
schema:
type: number
format: double
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ReverifyRequest'
required: true
/v1/brand-suitability/harness/assess:
post:
operationId: harnessAssessMetric
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
tags:
- BrandSuitabilityHarness
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AssessMetricRequest'
required: true
/v1/brand-suitability/harness/assess-full:
post:
operationId: harnessAssessFull
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HarnessResponse_any.any_'
'400':
description: Missing Parameter
content:
application/json:
schema:
$ref: '#/components/schemas/ValidateErrorJSON'
'403':
description: Access forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenError'
'404':
description: The resource does not exist
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundError'
'500':
description: Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/ServerError'
description: 'Runs the full assessment pipeline (exec) on stored or inline findings without persisting the report.
Builds missing contexts from local data; inline overrides take precedence. One of creatorContext or globalUserId required.'
tags:
- BrandSuitabilityHarness
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AssessFullRequest'
required: true
components:
schemas:
DataScoreLevelDTO:
description: 'Brand Suitability LLM/assessment output DTOs.
`v0.3 UI:` notes track field consumption by the v0.3 report view. "unused" = not read by v0.3 (may be used by legacy/admin). Audited 2026-06-22.'
enum:
- HIGH
- MEDIUM
- LOW
- NONE
type: string
SocialProfileInfo:
properties:
username:
type:
- string
- 'null'
displayName:
type:
- string
- 'null'
url:
type:
- string
- 'null'
bio:
type:
- string
- 'null'
followersCount:
type:
- number
- 'null'
format: double
engagementRate:
type:
- number
- 'null'
format: double
followingCount:
type:
- number
- 'null'
format: double
mediaCount:
type:
- number
- 'null'
format: double
insights:
$ref: '#/components/schemas/SocialProfileInsights'
required:
- username
- displayName
- url
- bio
type: object
additionalProperties: false
VerifySourcesRequest:
properties:
globalUserId:
type: number
format: double
creatorContext:
additionalProperties: false
type: object
sources:
items:
properties:
credibility:
type: string
enum:
- high
- medium
- low
sentiment:
type: string
enum:
- negative
- neutral
- positive
sourceDate:
type:
- string
- 'null'
keyQuotes:
items:
type: string
type: array
detailedSummary:
type: string
url:
type: string
required:
- url
type: object
type: array
required:
- sources
type: object
additionalProperties: false
ReverifyRequest:
properties:
creatorContext:
additionalProperties: false
type: object
type: object
additionalProperties: false
Record_AssessmentMetricsEnum.MetricWeight_:
properties:
brandAuthenticity:
$ref: '#/components/schemas/MetricWeight'
controversyScandals:
$ref: '#/components/schemas/MetricWeight'
adultContent:
$ref: '#/components/schemas/MetricWeight'
vulgarityProfanity:
$ref: '#/components/schemas/MetricWeight'
brandConflicts:
$ref: '#/components/schemas/MetricWeight'
politicalContent:
$ref: '#/components/schemas/MetricWeight'
socialClimate:
$ref: '#/components/schemas/MetricWeight'
misinformation:
$ref: '#/components/schemas/MetricWeight'
hateSpeech:
$ref: '#/components/schemas/MetricWeight'
violenceContent:
$ref: '#/components/schemas/MetricWeight'
substanceAbuse:
$ref: '#/components/schemas/MetricWeight'
competitorConflicts:
$ref: '#/components/schemas/MetricWeight'
type: object
description: Construct a type with a set of properties K of type T
Record_string.unknown_:
properties: {}
type: object
description: Construct a type with a set of properties K of type T
MetricWeight:
properties:
weight:
type: number
format: double
reason:
type: string
required:
- weight
- reason
type: object
additionalProperties: false
SaveCreatorContextRequest:
properties:
input:
$ref: '#/components/schemas/PartialCreatorProfile'
output:
$ref: '#/components/schemas/CreatorContextDTO'
type: object
additionalProperties: false
BrandContextDTO:
properties:
dataConfidence:
$ref: '#/components/schemas/DataConfidenceDTO'
brandName:
type:
- string
- 'null'
description:
type:
- string
- 'null'
industry:
type:
- string
- 'null'
targetAudience:
type:
- string
- 'null'
brandValues:
type:
- string
- 'null'
riskTolerance:
$ref: '#/components/schemas/DataScoreLevelDTO'
potentialCompetitors:
items:
type: string
type:
- array
- 'null'
metricRelevanceWeights:
$ref: '#/components/schemas/MetricRelevanceWeights'
required:
- dataConfidence
- brandName
- description
- industry
- targetAudience
- brandValues
- riskTolerance
- potentialCompetitors
- metricRelevanceWeights
type: object
additionalProperties: false
DataConfidenceDTO:
properties:
confidence:
$ref: '#/components/schemas/DataScoreLevelDTO'
score:
type: number
format: double
reason:
type: string
required:
- confidence
- score
- reason
type: object
additionalProperties: false
ResearchRequest:
properties:
globalUserId:
type: number
format: double
creatorContext:
additionalProperties: false
type: object
type: object
additionalProperties: false
ForbiddenError:
properties:
message:
type: string
enum:
- Access Forbidden
details:
properties: {}
additionalProperties:
additionalProperties: true
type: object
required:
- message
- details
type: object
additionalProperties: false
PartialCreatorProfile:
properties:
name:
type:
- string
- 'null'
firstName:
type:
- string
- 'null'
lastName:
type:
- string
- 'null'
location:
type:
- string
- 'null'
gender:
type:
- string
- 'null'
age:
type:
- number
- 'null'
format: double
socialProfiles:
properties:
blog:
$ref: '#/components/schemas/SocialProfileInfo'
snapchat:
$ref: '#/components/schemas/SocialProfileInfo'
facebook:
$ref: '#/components/schemas/SocialProfileInfo'
pinterest:
$ref: '#/components/schemas/SocialProfileInfo'
youtube:
$ref: '#/components/schemas/SocialProfileInfo'
twitter:
$ref: '#/components/schemas/SocialProfileInfo'
tiktok:
$ref: '#/components/schemas/SocialProfileInfo'
instagram:
$ref: '#/components/schemas/SocialProfileInfo'
type: object
required:
- name
- firstName
- lastName
- location
- gender
- age
- socialProfiles
type: object
additionalProperties: false
CreatorContextDTO:
properties:
name:
type:
- string
- 'null'
aliases:
items:
type: string
type: array
description:
type:
- string
- 'null'
gender:
type:
- string
- 'null'
industry:
type:
- string
- 'null'
approximateAge:
type:
- number
- 'null'
format: double
approximateLocation:
type:
- string
- 'null'
knownSocialNetworks:
items:
$ref: '#/components/schemas/KnownSocialNetworkDTO'
type: array
dataSources:
items:
$ref: '#/components/schemas/DataSourceDTO'
type: array
required:
- name
- aliases
- description
- gender
- industry
- approximateAge
- approximateLocation
- knownSocialNetworks
- dataSources
type: object
additionalProperties: false
AssessFullRequest:
properties:
globalUserId:
type: number
format: double
communityId:
type: string
campaignId:
type: number
format: double
creatorContext:
additionalProperties: false
type: object
brandContext:
additionalProperties: false
type: object
campaignContext:
additionalProperties: false
type: object
findings:
items:
$ref: '#/components/schemas/StoredFinding'
type: array
type: object
additionalProperties: false
NotFoundError:
properties:
message:
type: string
enum:
- Resource Not Found
details:
properties: {}
additionalProperties:
additionalProperties: true
type: object
required:
- message
- details
type: object
additionalProperties: false
AssessMetricRequest:
properties:
metric:
type: string
globalUserId:
type: number
format: double
creatorContext:
additionalProperties: false
type: object
findings:
items:
# --- truncated at 32 KB (39 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/mavrck/refs/heads/main/openapi/mavrck-brandsuitabilityharness-api-openapi.yml