v1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost method

Future<Response<String>> v1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost({
  1. required String? projectId,
  2. required String? chapterId,
  3. required String? chapterSnapshotId,
  4. String? xiApiKey,
  5. required BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost? body,
})

Stream Chapter Audio @param project_id The ID of the Studio project. @param chapter_id The ID of the chapter. @param chapter_snapshot_id The ID of the chapter snapshot. @param xi-api-key Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.

Implementation

Future<chopper.Response<String>>
v1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost({
  required String? projectId,
  required String? chapterId,
  required String? chapterSnapshotId,
  String? xiApiKey,
  required BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost?
  body,
}) {
  return _v1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost(
    projectId: projectId,
    chapterId: chapterId,
    chapterSnapshotId: chapterSnapshotId,
    xiApiKey: xiApiKey?.toString(),
    body: body,
  );
}