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
| Parameters | Parameter Value | Type | Description |
|---|
| Content-Type | application/json | string | Data format |
Request Parameters
| Parameters | Required | Type | Description |
|---|
| email | 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 |
Request example
Return example