POST /api/price-iq/predict
Get predict price and percentile data.Authorization
🔒OAuth2: OAuth2PasswordBearerFlow type: password
Token URL: token
Request Body
The request body must be inapplication/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
gpu_name | string | No | ||
type | string | Yes | ||
geolocation | string | Yes | ||
cpu_platform | string | Yes | ||
cpu_cores_effective | string | Yes | ||
cpu_ram_gb | string | Yes | ||
rm_gb | string | Yes |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
GET /api/price-iq/specs-list
Get all support GPU type, geolocation, cpu_platform and price_type list. ParametersAuthorization
🔒OAuth2: OAuth2PasswordBearerFlow type: password
Token URL: token
Responses
- 200: Successful Response
- 422: Validation Error