Documentation Index
Fetch the complete documentation index at: https://docs.silicondata.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/gpu-forward/list
Get forwar curve data download list. A list ofid from response must be used in the /download endpoint to find the download URL.
Authorization
🔒OAuth2: OAuth2PasswordBearerFlow type: password
Token URL: token
Request Body
The request body must be inapplication/json format.
| Field | Type | Required | Description | Constraints |
|---|---|---|---|---|
filter/interval | string | Yes | Interval of the data | [day, month] |
filter/period | string | Yes | Date range in YYYY/MM/DD-YYYY/MM/DD | |
filter/type | string | Yes | GPU type | [A100, B200, H100] |
paginate/num_per_page | integer | No | How many records will be return per one page, value score in 1 to 100,default value is 50 | [ 1 .. 100 ] |
paginate/page_num | integer | No | The page index number, default value is 1 | >= 1 |
order_by/period | string | No | Order of the file list | [asc, desc] |
Request Example
Responses
Response consists of meta and data, where:- meta is the metadata regarding the request.
codeinmetaindicates the error code of the request, with 0 indicating no error. - data contains the total number of results and a list of results, each containing the
idthat can be used to download the data.
POST /api/gpu-forward/download
Get GPU data download URL usingid, obtained from the /list endpoint.
Authorization
🔒OAuth2: OAuth2PasswordBearerFlow type: password
Token URL: token
Request Body
The request body must be inapplication/json format.
| Field | Type | Required | Description | Constraints |
|---|---|---|---|---|
id | integer | Yes | ID used for find download URL |