-
Notifications
You must be signed in to change notification settings - Fork 12
Tutorial.1 User Registration
Giuliano Catrambone edited this page May 23, 2018
·
5 revisions
Reference manual for
The following HTTP POST will create a userKey and associate to him a Workspace
- curl -k -v -X POST -d '{"Name": "XXXXXX", "EMail": "[email protected]", "Password": "yyyyy", "Country": "ZZZZZ", "WorkspaceName": "XXXXXX" }' https://mms-api.catrasoft.cloud/catramms/v1/user
It will return the key of the Workspace and User:
- { "workspaceKey": 123, "userKey": 654 }
and an email is sent to [email protected] providing the confirmation code (868943763298)
The following HTTP PUT will confirm the registration of the User. It needs as input the userKey and the confirmation code
- curl -k -v -X PUT https://mms-api.catrasoft.cloud/catramms/v1/user/654/868943763298
It will return the APIKey
- { "apiKey": "SU1.8AO1O2z0gdezR99BIPvAz2y4LNUsCKcKJrSrQ_S4lS33iZ4zGJ8kfWxQqmOhKL" }
Remark: The apiKey and userKey have to be saved because they have to be used for any API call.
- tutorial videos: https://www.youtube.com/@CatraMMS/videos
- support email: [email protected]
- info email: [email protected]
- MMS GUI: https://mms-gui.catramms-cloud.com/catramms
- REST MMS API: https://app.swaggerhub.com/apis-docs/giulianoc/MediaManagementService
- API base URL: https://mms-api.catramms-cloud.com/catramms/1.0.1/...
- Delivery URL (authorization by parameter): https://delivery.catramms-cloud.com/catramms/1.0.1/...
- Delivery URL (authorization by path): https://delivery-path.catramms-cloud.com/catramms/1.0.1/...
- Push binary URL: https://binary.catramms-cloud.com/catramms/1.0.1/...
-
Tutorial
- User registration
- Add content - Pull
- Add content, on success send an email
- Two Tasks (Add content) to be executed in parallel
- Add a set of video encoding profiles
- Add two contents, send an email, concat, cut and encode
- Add a single image profile (Logo)
- Add a video, an image, encode the image, overlay the encoded image on the video
-
Workflow Ingestion
Workflow As Library
Add-Remove Content
Delivery
Social Network Delivery
Encoding (video-audio-image)
Media activities
Overlay
Frame Processing
Recorder
Communication
Utilities
Computer Vision