> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.BlobsPutResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface BlobsPutResult

```typescript
interface BlobsPutResult {
    id: string;
    mimeType: string;
    name: string;
    ref: string;
    size: number;
    url: string;
}
```

Types: [id](#id), [mimeType](#mimetype), [name](#name), [ref](#ref), [size](#size), [url](#url)

##### Index

### <a id="properties"></a>Properties

[id](#id) [mimeType](#mimetype) [name](#name) [ref](#ref) [size](#size) [url](#url)

## <a id="properties-1"></a>Properties

### <a id="id"></a>id

```typescript
id: string
```

### <a id="mimetype"></a>mimeType

```typescript
mimeType: string
```

### <a id="name"></a>name

```typescript
name: string
```

### <a id="ref"></a>ref

```typescript
ref: string
```

Opaque registry ref. This is also the renderable URL.

### <a id="size"></a>size

```typescript
size: number
```

### <a id="url"></a>url

```typescript
url: string
```
