Ajit Panday commited on
Commit
dd5293b
·
1 Parent(s): 8433771

Update documentation for v1.2

Browse files
Files changed (1) hide show
  1. USER_MANUAL.md +4 -3
USER_MANUAL.md CHANGED
@@ -127,8 +127,9 @@ curl -X GET "https://your-space.huggingface.space/api/v1/calls/search" \
127
  #### Call Processing Response
128
  ```json
129
  {
130
- "status": "success",
131
- "call_id": "123",
 
132
  "transcription": "Call transcript...",
133
  "summary": "Call summary...",
134
  "sentiment": "positive",
@@ -141,7 +142,7 @@ curl -X GET "https://your-space.huggingface.space/api/v1/calls/search" \
141
  {
142
  "calls": [
143
  {
144
- "call_id": "123",
145
  "caller_number": "+1234567890",
146
  "called_number": "+0987654321",
147
  "timestamp": "2024-01-01T12:00:00Z",
 
127
  #### Call Processing Response
128
  ```json
129
  {
130
+ "id": "123",
131
+ "caller_number": "+1234567890",
132
+ "called_number": "+0987654321",
133
  "transcription": "Call transcript...",
134
  "summary": "Call summary...",
135
  "sentiment": "positive",
 
142
  {
143
  "calls": [
144
  {
145
+ "id": "123",
146
  "caller_number": "+1234567890",
147
  "called_number": "+0987654321",
148
  "timestamp": "2024-01-01T12:00:00Z",