Sign in

Create widget

documented

Create a new widget.

POST /api/v1/external/widgets/createWidgetsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://core.callpage.io/api/v1/external/widgets/create" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: {{CALLPAGE_API_KEY}}" \
  -d '{\"url\": \"{{$url}}\", \"description\": \"{{$description}}\", \"locale_code\": \"{{$locale_code}}\"}'