VwD External API (1.0.0)

External API for accessing VwD creators data.

Download OpenAPI description
Overview
VwD API Support

hello@vwd.ai

License

MIT

Languages
Servers
VwD Production API Server

https://api.vwd.ai/api/public/v1/

Mock server

https://apidocs.vwd.ai/_mock/apis/

Creator Management

Endpoints related to creators information and searches.

Operations

Brand Management

Endpoints for brand search and management.

Operations

Find brand by name

Request

Public API Endpoint

Find brand by name (case-insensitive exact match). Returns an array with 0 or 1 item, each with id and name.

Query
namestring

Case-insensitive brand name to match exactly. If omitted or blank, returns an empty list.

Example: name=NIKE
curl -i -X GET \
  'https://api.vwd.ai/api/public/v1/brands/?name=NIKE' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Successfully retrieved brands matching the name.

Bodyapplication/jsonArray [
idinteger

Brand ID

Example: 1
namestring

Brand name (stored normalized to lowercase)

Example: "nike"
]
Response
application/json
[ { "id": 1, "name": "nike" } ]

List Management

Endpoints for managing creator lists.

Operations

Content Analysis

Endpoints for retrieving creators posts with labels.

Operations

Brand Mentions

Endpoints for creators posts and timelines related to brands.

Operations

Compliance Monitoring

Endpoints for creators compliance data.

Operations