Skip to content

快速开始

第一步:获取接口密钥

  1. 注册 账户。
  2. 前往 控制台 创建/管理您的接口密钥。
  3. 申请免费试用 以获取初始测试配额。(可选)

第二步:发起请求

示例:Authorization中的 xxxxxxxxxx 需要替换成您的密钥

bash
curl 'https://openapi.fastmoss.com/creator/v1/categoryInfo' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer xxxxxxxxxx' \
--data '{
    //添加请求参数
}'