Skip to main content
POST
Create a voice review

Authorizations

Authorization
string
header
required

Company API key. Obtain this from your Woku dashboard under Settings > API Keys.

Body

multipart/form-data
file
file
required

Audio file for the voicemail (MP3, WAV, M4A, WebM, etc.). Will be automatically converted to MP4.

wokuId
string<objectid>
required

MongoDB ObjectId of the woku to add the review to

Example:

"507f1f77bcf86cd799439011"

qualification
enum<string>
required

Star rating from 1 to 5 (as string for form-data)

Available options:
1,
2,
3,
4,
5
Example:

"5"

clientEmail
string<email>

Email address of the reviewer

Example:

"reviewer@example.com"

clientPhone
string

Phone number of the reviewer

Example:

"56912345678"

anonymous
enum<string>

Whether the review should be anonymous (as string for form-data)

Available options:
true,
false
Example:

"false"

Response

Voicemail created successfully

_id
string<objectid>

Unique identifier of the voicemail

Example:

"507f1f77bcf86cd799439019"

wokuId
string<objectid>

Woku ID the voicemail belongs to

Example:

"507f1f77bcf86cd799439011"

qualification
object
file
object
transcription
string

AI-generated transcription

anonymous
boolean
Example:

false

clientId
string<objectid>
createdAt
string<date-time>
updatedAt
string<date-time>