---
title: "ApiV4UploadResponse"
url: "https://earlyaccess.developers.bynder.com/apis/upload-assets-api-1/versions/df48c638-df62-47a2-917c-b3255c452e8b/schemas/ApiV4UploadResponse"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/upload-assets-api-1/versions/df48c638-df62-47a2-917c-b3255c452e8b.md

# ApiV4UploadResponse

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Upload Assets API
  version: 1.0.0
servers:
  - url: https://{your-bynder-domain}/
    variables:
      your-bynder-domain:
        default: your-bynder-domainDefaultValue
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://DefaultParameterValue
    variables: {}
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://your-bynder-domainDefaultValue/v6/authentication/oauth2
    variables: {}
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://{your-auth-url}
    variables:
      your-auth-url:
        default: DefaultParameterValue
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://DefaultParameterValue
    variables: {}
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://your-bynder-domainDefaultValue/v6/authentication/oauth2
    variables: {}
  - url: https://your-bynder-domainDefaultValue
    variables: {}
  - url: https://bynder-public-us-east-1.s3.amazonaws.com/
    variables: {}
components:
  schemas:
    File:
      properties:
        bucket:
          examples:
            - BUCKET
          type: string
        path:
          examples:
            - final/2ba07d00-586a-4a44-b13c-c58598cfe828/IMG_1874.JPG
          type: string
        type:
          examples:
            - s3
          type: string
      title: File
      type: object
    ApiV4UploadResponse:
      properties:
        batchId:
          examples:
            - 00000000-0000-0000-0000000000000000
          type: string
        file:
          $ref: "#/components/schemas/File"
        filename:
          examples:
            - final/2ba07d00-586a-4a44-b13c-c58598cfe828/IMG_1874.JPG
          type: string
        importId:
          examples:
            - 000000000-0000-0000-0000000000000000
          type: string
        locationType:
          examples:
            - s3
          type: string
        output:
          examples:
            - final/2ba07d00-586a-4a44-b13c-c58598cfe828/
          type: string
        status:
          description: Only for chunk registration
          examples:
            - ok
          type: string
        success:
          contentEncoding: int32
          examples:
            - 1
          type: integer
      title: ApiV4UploadResponse
      type: object
```
