This document provides a template for requesting resources from our server. Please follow the guidelines below to ensure your request is processed efficiently.
Request Format
To request resources, you must use the following format:
GET /resource-request-template?parameters
Parameters
language
: Optional. Specify the language for the response. Valid values areen
for English andzh
for Chinese.resource_type
: Required. Specify the type of resource you are requesting.quantity
: Required. Specify the quantity of the resource you need.
Example Request
GET /resource-request-template?language=en&resource_type=files&quantity=10
Response
The server will respond with a JSON object containing the requested resources. If the request is successful, the response will look like this:
{
"status": "success",
"resources": [
{
"type": "files",
"quantity": 10
}
]
}
If the request fails, the response will contain an error message.
Additional Resources
For more information on resource requests, please visit our Resource Request Documentation.
Resource Request Example