Skip to main content
GET
/
styles
List styles
curl --request GET \
  --url https://rawugc.com/api/v1/styles \
  --header 'Authorization: Bearer <token>'
{
  "styles": [
    {
      "_id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "type": "video",
      "aspectRatio": "portrait",
      "styleId": "<string>",
      "promptTemplate": "<string>",
      "isAdmin": true,
      "isStandard": true
    }
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>

Filter by style type

Available options:
video,
image

Response

Styles retrieved

styles
object[]
count
number