Skip to main content
POST
/
model-prices
Create a new model price
curl --request POST \
  --url http://localhost:8080/api/v1/model-prices \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": {
    "attributes": {
      "cpt": 123,
      "currency": "<string>",
      "model_name": "<string>",
      "vendor": "<string>"
    },
    "type": "<string>"
  }
}
'
{
  "attributes": {
    "cpt": 123,
    "currency": "<string>",
    "model_name": "<string>",
    "vendor": "<string>"
  },
  "id": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json

Model Price information

Model Price input model

data
object

Response

Created

Model Price response model

attributes
object
id
string
type
string