java.lang.Object
net.andrewcpu.elevenlabs.api.ElevenLabsAPI
net.andrewcpu.elevenlabs.api.impl.ProjectsAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProject(AddProjectRequest addProjectRequest) convertChapter(String projectId, String chapterId) convertProject(String projectId) deleteChapter(String projectId, String chapterId) deleteProject(String projectId) getChapterById(String projectId, String chapterId) getChapters(String projectId) getChapterSnapshotAudioStream(String projectId, String chapterId, String chapterSnapshotId) getChapterSnapshots(String projectId, String chapterId) getProject(String id) getProjectSnapshotAudioStream(String projectId, String projectSnapshotId) getProjectSnapshots(String projectId) Methods inherited from class net.andrewcpu.elevenlabs.api.ElevenLabsAPI
sendRequest
-
Constructor Details
-
ProjectsAPI
public ProjectsAPI()
-
-
Method Details
-
getProjects
-
addProject
-
getProject
-
deleteProject
-
convertProject
-
getProjectSnapshots
-
getProjectSnapshotAudioStream
-
getChapters
-
getChapterById
-
deleteChapter
-
convertChapter
-
getChapterSnapshots
-
getChapterSnapshotAudioStream
public InputStream getChapterSnapshotAudioStream(String projectId, String chapterId, String chapterSnapshotId)
-