DocsAPI ReferenceAbout
DocsAPI ReferenceAbout
  1. assets
  • Overview
  • Getting Started
  • Authentication
  • Permissions
  • API Reference
    • locations
      • List locations
      • Create a location
      • Get a location
      • Update a location
      • Delete a location
    • users
      • List users
      • Create a new user
      • Get a user
      • Delete a user
    • groups
      • List groups
      • Create a new group
      • Get a group
      • Update a group
      • Delete a group
    • assets
      • List assets
        GET
      • Create a asset
        POST
      • Search assets
        GET
      • Get single asset
        GET
    • products
      • List products
    • uploads
      • Init multipart
      • Complete multipart
  1. assets

Create a asset

Production
https://api-v2.getmarvia.com
Production
https://api-v2.getmarvia.com
POST
https://api-v2.getmarvia.com
/v1/assets
Create a new asset
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-v2.getmarvia.com/v1/assets' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "sysFileUuid": "e49d62e7-0d21-449b-bb5e-e29667cee36f"
}'
Response Response Example
201 - Example 1
{
    "data": {
        "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
    }
}

Request

Header Params

Body Params application/json

Examples

Responses

🟢201Created
application/json
Asset created successfully
Body

🟠400Bad Request
🔴500Server Error
Modified at 2025-08-06 11:02:17
Previous
List assets
Next
Search assets
Built with