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

Later Brand Suitability Harness API

The BrandSuitabilityHarness API from Later — 10 operation(s) for brandsuitabilityharness.

Later Brand Suitability Harness API is one of 176 APIs that Later publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include BrandSuitabilityHarness. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, authentication docs, and pricing.

This API exposes 16 operations across 10 paths, and defines 31 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 2 base URLs: http://app.splashscore.com/v1, https://app.splashscore.com/v1.

16 operations 10 paths 31 schemas 2 DELETE5 GET2 PATCH7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://app.later.com/
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Later Brand Suitability Harness API declares 1 security scheme for authenticating requests. An API key is passed in the header as api-key (apiKey). By default, every request must be authenticated.

Paths & Operations 16

Across 10 paths, the API surfaces 16 operations — 2 DELETE, 5 GET, 2 PATCH, 7 POST. Each is listed below with its method, path, parameters, and response codes.

BrandSuitabilityHarness 16
GET
/v1/brand-suitability/harness/global-users/{globalUserId}/creator-context
Builds a structured creator profile from platform data (social handles, bio, location, etc.)
harnessCreatorContext 1 param → 200400403404500
POST
/v1/brand-suitability/harness/global-users/{globalUserId}/creator-context
Builds (or accepts inline) creator context and persists it to DynamoDB, returning the stored record.
harnessSaveCreatorContext 1 param body → 200400403404500
GET
/v1/brand-suitability/harness/global-users/{globalUserId}/creator-context/stored
Reads the stored creator context record from DynamoDB.
harnessGetStoredCreatorContext 1 param → 200400403404500
PATCH
/v1/brand-suitability/harness/global-users/{globalUserId}/creator-context/stored
Partial-updates the stored creator context fields.
harnessUpdateCreatorContext 1 param body → 200400403404500
DELETE
/v1/brand-suitability/harness/global-users/{globalUserId}/creator-context/stored
Deletes the stored creator context record.
harnessDeleteCreatorContext 1 param → 200400403404500
GET
/v1/brand-suitability/harness/brand-context
harnessBrandContext 1 param → 200400403404500
POST
/v1/brand-suitability/harness/brand-context
Builds (or accepts inline) brand context and persists it to DynamoDB, returning the stored record.
harnessSaveBrandContext 1 param body → 200400403404500
GET
/v1/brand-suitability/harness/brand-context/stored
Reads the stored brand context record from DynamoDB.
harnessGetStoredBrandContext 1 param → 200400403404500
PATCH
/v1/brand-suitability/harness/brand-context/stored
Partial-updates the stored brand context fields.
harnessUpdateBrandContext 1 param body → 200400403404500
DELETE
/v1/brand-suitability/harness/brand-context/stored
Deletes the stored brand context record.
harnessDeleteBrandContext 1 param → 200400403404500
GET
/v1/brand-suitability/harness/campaigns/{campaignId}/campaign-context
harnessCampaignContext 1 param → 200400403404500
POST
/v1/brand-suitability/harness/research
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 g…
harnessResearch body → 200400403404500
POST
/v1/brand-suitability/harness/verify-sources
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 bui…
harnessVerifySources body → 200400403404500
POST
/v1/brand-suitability/harness/global-users/{globalUserId}/reverify
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…
harnessReverify 1 param body → 200400403404500
POST
/v1/brand-suitability/harness/assess
harnessAssessMetric body → 200400403404500
POST
/v1/brand-suitability/harness/assess-full
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 o…
harnessAssessFull body → 200400403404500

Schemas 31

The contract defines 31 schemas that model the data the API accepts and returns. The most detailed are Record_AssessmentMetricsEnum.MetricWeight_ (12 properties), StoredFinding (11 properties), BrandContextDTO (9 properties), CreatorContextDTO (9 properties). Each schema is shown below with its type and property counts.

ServerError
object
2 properties 2 required
DataSourceDTO
object
3 properties 3 required
DataScoreLevelDTO
string
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 legac…
AssessFullRequest
object
7 properties
SocialProfileInsights
object
Later-generated predicted insights computed by the Insights Service and stored on the CDS social presence (platformAttributes.prediction). The CDS client types…
4 properties
Partial_BrandContextDTO_
object
Make all properties in T optional
9 properties
BrandContextDTO
object
9 properties 9 required
VerifySourcesRequest
object
3 properties 1 required
MetricRelevanceWeights
AssessMetricRequest
object
4 properties 1 required
Partial_CreatorContextDTO_
object
Make all properties in T optional
9 properties
HarnessResponse_any.any_
object
2 properties 2 required
SaveCreatorContextRequest
object
2 properties
SocialProfileInfo
object
9 properties 4 required
ReverifyRequest
object
1 property
UpdateCreatorContextRequest
object
1 property 1 required
NotFoundError
object
2 properties 2 required
ResearchRequest
object
2 properties
KnownSocialNetworkDTO
object
4 properties 4 required
CreatorContextDTO
object
9 properties 9 required
Record_string.unknown_
object
Construct a type with a set of properties K of type T
ExtractedAttributes
object
6 properties 6 required
StoredFinding
object
11 properties
Record_AssessmentMetricsEnum.MetricWeight_
object
Construct a type with a set of properties K of type T
12 properties
SaveBrandContextRequest
object
2 properties
PartialCreatorProfile
object
7 properties 7 required
ForbiddenError
object
2 properties 2 required
ValidateErrorJSON
object
2 properties 2 required
MetricWeight
object
2 properties 2 required
DataConfidenceDTO
object
3 properties 3 required
UpdateBrandContextRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

later-brandsuitabilityharness-api-openapi.yml Raw ↑

Other APIs Later publishes across the network.

Later Social Media Platform
Later Account Invitations API
Later Action Groups API
Later Action Group Brief API
Later Action Group Bulk Scheduled Messages API
Later Action Group Conversation Templates API
Later Action Group Custom Influencer Statuses API
Later Action Group Custom Statuses API
Later Action Groups API
Later Action Group Scheduled Messages API
Later Action Groups Status API
Later Actions API
Where this information came from

This is an independent, third-party profile of Later Brand Suitability Harness 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.