Skip to content

Quick Start

Step 1: Get Your Credentials

  1. Register an account. Your client_id will be automatically generated upon registration.
  2. Go to your Console to view your client_id and create/manage your client_secret.
  3. (Optional) Apply for a Free Trial to get started with initial test quota.

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
}'