diff --git a/README.md b/README.md index df188fa..c423d74 100644 --- a/README.md +++ b/README.md @@ -92,16 +92,14 @@ $ docker-compose down ## API +- The API documentation uses [swagger](https://swagger.io/) at https://localhost:3010/api/v1/docs or check it on live [here](https://sfu.mirotalk.org/api/v1/docs). + ```bash # The response will give you a entrypoint / Room URL for your meeting. $ curl -X POST "http://localhost:3010/api/v1/meeting" -H "authorization: mirotalksfu_default_secret" -H "Content-Type: application/json" $ curl -X POST "https://sfu.mirotalk.org/api/v1/meeting" -H "authorization: mirotalksfu_default_secret" -H "Content-Type: application/json" ``` -## API Documentation - -The API documentation uses [swagger](https://swagger.io/) at https://localhost:3010/api/v1/docs or check it on live [here](https://sfu.mirotalk.org/api/v1/docs). - ## Notes - Run the project on a `Linux or Mac` system as the `mediasoup` installation could have issues on `Windows`.