Skip to main content
POST
/
inspo
Create inspo project
curl --request POST \
  --url https://rawugc.com/api/v1/inspo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Fitness Content Q1",
  "description": "Research fitness trends for Q1 campaign",
  "niche": "fitness",
  "brand": "FitBrand"
}
'
{}

Authorizations

Authorization
string
header
required

Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY

Body

application/json
name
string
required

Project name

Required string length: 1 - 200
description
string

Project description

Maximum string length: 1000
niche
string

Content niche (e.g., 'fitness', 'cooking')

Maximum string length: 100
brand
string

Brand name

Maximum string length: 100

Response

Project created successfully

The created inspo project