GET 示例
https://syapi.chuangye.site/home/api?type=xiaohongshu&uid=YOUR_UID&key=YOUR_KEY&url=http%3A%2F%2Fxhslink.com%2Fo%2FANbZ5qEiU4m
JavaScript
fetch('https://syapi.chuangye.site/home/api?type=xiaohongshu&uid=YOUR_UID&key=YOUR_KEY&url=http%3A%2F%2Fxhslink.com%2Fo%2FANbZ5qEiU4m')
.then(r => r.json())
.then(console.log);
常见问题
如何获取 UID / KEY? 注册并登录控制台即可查看;详见 接入指南。
type 填什么? 填本页编码 xiaohongshu,不要填 custom 等调用方式名。
如何计费? 成功调用扣 1 点,失败不扣;可购买包点或包月套餐。