Skip to main content
POST
/
api
/
v1
/
visual-embeds
Create visual embed
curl --request POST \
  --url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/visual-embeds \
  --header 'Content-Type: application/json' \
  --data '
{
  "category_id": "<string>",
  "gcs_url": "<string>",
  "quote_text": "<string>",
  "is_active": true
}
'
{
  "success": true,
  "data": {}
}

Body

application/json
category_id
string
required
gcs_url
string
required
quote_text
string
is_active
boolean

Response

Visual embed created.

success
boolean
data
object