XentrDeveloper Docs
API ReferenceProducts

Finalize an attachment after upload completes

POST
/api/factories/{factoryId}/products/{productId}/attachments
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string
productId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/factories/string/products/string/attachments" \  -H "Content-Type: application/json" \  -d '{    "storagePath": "string",    "fileName": "string"  }'
Empty