Sign in

Convert API

documented

Convert a conversation to the newer API version.

POST /api/conversation/convert_api/CONV_IDConversationsno 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://fleep.io/api/conversation/convert_api/{{$conv_id}}?ticket={{FLEEP_TICKET}}" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"