Skip to content

Quick Start ​

Step 1: Get Your Credentials ​

  1. Register an account.
  2. Go to your Console to create/manage your client_secret.
  3. Apply for a Free Trial to get started with initial test quota. (Optional)

Step 2: Make Your First Request ​

Example: Authorization header xxxxxxxxxx need to be replaced with your client_secret ​

bash
curl 'https://openapi.fastmoss.com/creator/v1/categoryInfo' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer xxxxxxxxxx' \
--data '{
    //add request params
}'