/* * ElevenLabs API Documentation * * This is the documentation for the ElevenLabs API. You can use this API to use our service programmatically, this is done by using your xi-api-key.
You can view your xi-api-key using the 'Profile' tab on https://beta.elevenlabs.io. Our API is experimental so all endpoints are subject to change. * * API version: 1.0 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package swagger type SampleResponseModel struct { SampleId string `json:"sample_id"` FileName string `json:"file_name"` MimeType string `json:"mime_type"` SizeBytes int32 `json:"size_bytes"` Hash string `json:"hash"` }