SDSamtec Developer Portal
APIsModelsReference3D Models

Returns all valid format codes accepted by the `modelFormat` parameter.

Returns the list of format codes currently accepted by `/v1/model/{part}`'s `modelFormat` parameter, such as 3D CAD formats and datasheet PDFs. Use this instead of hardcoding format codes, since the supported list can change.

GET
/v1/model/ModelTypes
Authorization<token>

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

In: header

Header Parameters

client-app-name*string

Name of the calling application. Must be between 3 and 100 characters.

Default"samtec-dev-portal"

Response Body

application/json

curl -X GET "https://example.com/v1/model/ModelTypes" \  -H "client-app-name: samtec-dev-portal"
[  "STEP-2.14",  "STEP-2.03",  "SOLIDWORKS",  "PDFDATASHEET",  "EDA_ALTIUM",  "PDF"]