Sign in

Cipher URLs (batch)

documented

Cipher multiple URLs in a batch.

POST /api/2.3/cipherUrl-batchURL Encryptionno 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/api/2.3/cipherUrl-batch" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{ "items": [ { "key": "{{$key}}", "url": "{{$url}}", "shortener": {{$shortener}}, "validity": {{$validity}} } ] }'
Cipher URLs (batch) · Agendize · OpenIntegrations