Skip to main content
POST
/
api
/
schema
/
generate
Generate schema
curl --request POST \
  --url http://localhost:8000/api/schema/generate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "brandId": "<string>",
  "type": "<string>",
  "url": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT token from login. Use: Authorization: Bearer <token>

Body

application/json
brandId
string
type
string
url
string

Response

200

Generated JSON-LD