Skip to main content
POST
/
api
/
seed-suite
Seed suite with sample data
curl --request POST \
  --url https://app.dacard.ai/api/seed-suite \
  --cookie __session=
{
  "success": true,
  "created": [
    "<string>"
  ],
  "message": "<string>"
}

Authorizations

__session
string
cookie
required

Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.

Response

Suite seeded

success
boolean
created
string[]

Names of products created

message
string