Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -30,6 +30,7 @@ To begin utilizing this API, an **authorization token** is required. Please cont
|
|
30 |
- **Image
|
31 |
|
32 |
curl -X POST -H "Authorization: Bearer %AUTH_TOKEN%" -F "text=what is the diagnosis here" -F "file=@E:\temp\dum.jpg" https://chat.contactdoctor.in/api/message/v1
|
|
|
33 |
curl -X POST -H "Authorization: Bearer %AUTH_TOKEN%" -F "text=what is the diagnosis here" -F "file=@E:\temp\0002.dcm" https://chat.contactdoctor.in/api/message/v1
|
34 |
|
35 |
- **PDF
|
|
|
30 |
- **Image
|
31 |
|
32 |
curl -X POST -H "Authorization: Bearer %AUTH_TOKEN%" -F "text=what is the diagnosis here" -F "file=@E:\temp\dum.jpg" https://chat.contactdoctor.in/api/message/v1
|
33 |
+
|
34 |
curl -X POST -H "Authorization: Bearer %AUTH_TOKEN%" -F "text=what is the diagnosis here" -F "file=@E:\temp\0002.dcm" https://chat.contactdoctor.in/api/message/v1
|
35 |
|
36 |
- **PDF
|