Getting Started
Authentication
Obtain your Pangolinfo API access token. Authenticate using email and password to receive a long-term credential for all scraping endpoints.
API Description
The returned token serves as a credential for accessing the task submission API and remains valid indefinitely.
Click here to register and get your Token. Receive 60 free credits and start using the API now!
Request URL
Request Headers
| Parameters | Parameter Value | Type | Description |
|---|---|---|---|
| Content-Type | application/json | string | Data format |
Request Parameters
| Parameters | Required | Type | Description |
|---|---|---|---|
| Yes | string | Account email | |
| password | Yes | string | Account password |
Response value
| Return value | Type | Description |
|---|---|---|
| code | int | Status Code |
| message | string | Message |
| data | string | Token returned after authentication |

