Particular Video API
Enriched Academy has a rich set of video courses that can be accessed easily using Enriched APIs.
If you want to show any particular video on your website, you can do that by using the following API:
Method: POST
API Reference:
https://www.enrichedacademy.com/apis/v1/getParticularVideo
Use the following code snippet to get a particular video:
Required Parameters:
- app_id: (string) (Required)
- secret_key: (string) (Required)
- videoId: (string) (Required)
Example Request Code:
Expected JSON Response:
If all of the details are valid, then you will receive a JSON response like this:
Error Handling:
In case of some authentication error, then you will get a response like this. Also note that the message depends on the type of authentication failure occured.