📊 我的面板

0
我的链接
0
总点击
0
今日新建
0
今日点击

最近 7 天点击趋势

💡 如何使用 API Key 创建链接

在创建短链时带上 API Key,链接会自动绑定到你的账户:

curl -X POST https://n.af/api/shorten \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"url": "https://example.com"}'

无需 API Key 也可创建链接,但不会绑定到账户。