[**CameraKit Web SDK v1.15.0**](../README.md)

***

[CameraKit Web SDK](../globals.md) / RemoteApiRequest

# Interface: RemoteApiRequest

Remote API request sent by a lens.

## Properties

### apiSpecId

> **apiSpecId**: `string`

Unique id of the remote API service specification.

***

### endpointId

> **endpointId**: `string`

Unique id of the remote API service endpoint requested by this request.

***

### parameters

> **parameters**: `Record`\<`string`, `string`\>

A map of named parameters associated with the request.

***

### body

> **body**: `ArrayBuffer`

Additional binary request payload.
