Requests
Endpoints for creating and retrieving lip sync requests.
Get lip sync request
client.lipsync.requests.retrieve(stringid, RequestOptionsoptions?): LipsyncRequest { id, created_at, status, 5 more }
GET/v1/lipsync/requests/{id}
List lip sync requests
client.lipsync.requests.list(RequestListParams { limit, offset, reference_id } query?, RequestOptionsoptions?): RequestListResponse { data, pagination }
GET/v1/lipsync/requests