Quick Start
Step 1: Get Your Credentials
- Register an account.
- Go to your Console to create/manage your
client_secret. - 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
}'