Getting Started

INTRODUCTION

This document is intended for system integrators and users of Fastedge. Our API will give you access to maintained encoding engines for all your media files. Each API is defined in enough detail to explain how to use the system and how it can be integrated into larger workflow automation systems.

PROTOCOLS

All requests take the form of standard HTTP POST request.

HTTP HEADERS

All requests must include the HTTP "Accept" header to specify the media type of the server's response. Responses can be JSON (Accept: application/json). Additional headers are required when authentication is enabled on the server

POST https://www.fastedge.ai/cloud-video-transcoding/app/service
Accept: application/json
Content-Type: application/json
ApiKey: aefoi66drgg3wkoisecv567dcvb4

PREREQUISITE

All requests must include the HTTP "Accept" header to specify the media type of the server's response. Responses can be JSON (Accept: application/json). Additional headers are required when authentication is enabled on the server

API KEY

To use the Fastedge API, you must first create an account. This API Keys allow complete access to the API.

It is customer unique authentication key string. It is created automatically when a customer is registered and can be regenerated at anytime in the My Information Section.

ACCOUNT NUMBER

It is unique customer identifier. This account number can be found in the My Information section of the Client Interface.

CMD

It is an action that can be submitted in an API request. Example createJob, getJobs, deleteJob and etc.

END POINT URI

It is recommended to use an API version prefix with endpoint URI. The API version prefix allows you to specify which API version the server should use to interpret your data.

Please send all HTTP(s) post requests to:
https://api/v1.1.0/fastedge.in

EXAMPLE REQUEST RESPONSE FORMAT

REQUEST
{
"cmd": "getJobs",
"accountNumber": "1001"
....
}
RESPONSE
{
"code": 200,
"message": "OK",
"messageDescription:": "Template has been created",
"requestId": "5644885",
"timestamp": 948234938400
....
}

TRY IT

Our Try it option to verify and test your JSON without writing a single line of code.

Ready to get started

we provide a dedicated RESTful API to customize
and integrate its features into your own environment.

Get started Contact us