Public
Documentation Settings

signVideo

POSTreqotp

http://localhost:8000/api/user/reqotp
Bodyraw (json)
json
{
    "email": "mansu7802@gmail.com",
    "adminPassword": "admin"
}
Example Request
curl
curl --location 'http://localhost:8000/api/user/reqotp' \
--data-raw '{
    "email": "mansu7802@gmail.com",
    "adminPassword": "admin"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTauth

http://localhost:8000/api/user/auth
Bodyraw (json)
json
{
    "email": "mansu7802@gmail.com",
    "otp": "hxpgs"
}
Example Request
curl
curl --location 'http://localhost:8000/api/user/auth' \
--data-raw '{
    "email": "mansu7802@gmail.com",
    "otp": "hxpgs"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTpost course

http://localhost:8000/api/course/upload
Bodyformdata
video
image
Example Request
curl
curl --location 'http://localhost:8000/api/course/upload' \
--form 'video=@"/Users/sumans/Downloads/pythagoreanTheorem.mp4"' \
--form 'image=@"/Users/sumans/Downloads/pythagoreanTheorem.png"'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers