EndpointsAssets
Create-Assets
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Input DTO for creating an Asset.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/v3/assets" \ -H "Content-Type: application/json" \ -d '{}'{ "data": { "id": "stringstringstringstring", "account_id": "stringstringstringstring", "assigned": true, "content_type": "string", "checksum": "string", "extension": "string", "file_size": 0, "file_type": "IMAGES", "file_modified": "2019-08-24T14:15:22Z", "filename": "string", "path": "string", "n_catalogs": 0, "n_products": 0, "public": true, "alt_text": "string", "category_ids": [ "stringstringstringstring" ], "status": "ACTIVE", "static_list_ids": [ "stringstringstringstring" ] }, "errors": [ { "name": "string", "description": "string" } ], "pagination": { "next_page": "string", "previous_page": "string" }}