Skip to main content
POST
/
v1
/
wokus
/
{wokuId}
/
voicemails
Create a voice review for a Woku (multipart)
curl --request POST \
  --url https://clientapi.woku.app/v1/wokus/{wokuId}/voicemails \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form qualification=5 \
  --form clientEmail=jsmith@example.com \
  --form 'clientPhone=<string>'
{
  "statusCode": 400,
  "message": "<string>",
  "error": "Bad Request"
}

Documentation Index

Fetch the complete documentation index at: https://woku.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.

Path Parameters

wokuId
string
required

MongoDB ObjectId of the Woku.

Pattern: ^[0-9a-fA-F]{24}$

Body

multipart/form-data
file
file
required

Audio file for the voicemail.

qualification
enum<string>
required
Available options:
1,
2,
3,
4,
5
Example:

"5"

clientEmail
string<email>
clientPhone
string
anonymous
enum<string>
Available options:
true,
false

Response

Voicemail created