Skip to main content
GET
/
v1
/
model-cards
/
{model_card_id}
/
pdf
Get Model Card Pdf
curl --request GET \
  --url https://api.example.com/v1/model-cards/{model_card_id}/pdf
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null

Path Parameters

model_card_id
string<uuid>
required

Response

Successful Response