PriceIQ™
PriceIQ™ API
Comprehensive guide to PriceIQ™.
POST /api/price-iq/predict
Get predict price and percentile data.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/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.
Parameters
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Responses
- 200: Successful Response
- 422: Validation Error