UNPKG

@snap/camera-kit

Version:
42 lines (21 loc) 609 B
[**CameraKit Web SDK v1.13.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.