SDSamtec Developer Portal
APIsModelsReference3D Models

Get a time-limited download URL for a 3D model or datasheet.

Returns a pre-signed URL that will expire. Use it promptly after retrieving it. An empty string response means no model is available for the requested part and format combination. Valid values for `modelFormat` can be retrieved from `GET /v1/model/ModelTypes`.

GET
/v1/model/{part}
Authorization<token>

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

In: header

Path Parameters

part*string

The Samtec part number (e.g. TSW-108-07-L-S). Case-insensitive.

Query Parameters

modelFormat?string

The format code for the requested file type (e.g. STEP-2.14, SOLIDWORKS, PDF). See GET /v1/model/ModelTypes for the full list.

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

application/json

curl -X GET "https://example.com/v1/model/string" \  -H "client-app-name: samtec-dev-portal"
"https://download.traceparts.com/samtec/TSW-110-08-T-D/step-2.14.zip?Expires=1755212400&Signature=Ax92kLp..."