[CameraKit Web SDK - v0.22.0](../README.md) / [Exports](../modules.md) / RemoteApiResponse

# Interface: RemoteApiResponse

Remote API response to a request sent by a lens.

## Table of contents

### Properties

- [status](RemoteApiResponse.md#status)
- [metadata](RemoteApiResponse.md#metadata)
- [body](RemoteApiResponse.md#body)

## Properties

### status

• **status**: [`RemoteApiStatus`](../modules.md#remoteapistatus)

Status of the response

___

### metadata

• **metadata**: `Record`\<`string`, `string`\>

A map of named metadata associated with the response.

___

### body

• **body**: `ArrayBuffer`

Additional binary request payload.
