Create Bitlink
documentedCreates a new Bitlink with optional metadata such as title, tags, and deep links.
POST /v4/bitlinksBitlinksno 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://api-ssl.bitly.com/v4/bitlinks" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"long_url": "{{$long_url}}", "domain": "{{$domain}}", "title": "{{$title}}", "group_guid": "{{$group_guid}}", "keyword": "{{$keyword}}", "tags": {{$tags}} }'