Sign in

Create conference

documented

Create a conference.

POST /conferences/api/1.0/conferencesConferencesno 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://api.agendize.com/conferences/api/1.0/conferences" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "duration": {{$duration}}}'
Create conference · Agendize · OpenIntegrations