Bulk shorten URLs
documentedShorten multiple URLs in one request.
POST /rdv.az/api/1.0/shorten-batchURL Shortenerno implementation yet0 runsNo 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://rdv.az/api/1.0/shorten-batch" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"items": [{"address": "{{$url_1}}", "externalGroup": "{{$group_1}}", "externalKey": "{{$key_1}}", "expirationDelay": "{{$delay_1}}"}]}'