Sign in

Create action item in room

documented

Create an action item within a room.

POST /lucid/api/v1/rooms/{room_id}/action_itemsAction Itemsno 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://meet.lucidmeetings.com/lucid/api/v1/rooms/{{$room_id}}/action_items" \
  -X POST \
  -H "X-API-Key: {{LUCIDMEETINGS_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"description": "<p>{{$description}}</p>"}'