|
|||
Cloud LightFor simplified data processing in Compute service, you can use the pre-configured builds deployed by Edifecs for you. Contact Edifecs support to get the endpoints' URLs to submit data to. The Cloud Light Service profile has the following endpoints:
For comprehensive configuration descriptions, refer to the Cloud Light API specification. AuthorizationTo access the endpoints, you have to create an application user and share its name (for example, cloud-light.app@organization) with Edifecs. For your requests to be authorized, they must contain your application user's credentials (CLAPP token) in headers (click here for instructions on how to download the file with application user token). The following is an example from the Cloud Light API specification: Copy
Example
API specificationTo get the Cloud Light API specification in the JSON format, send a GET request to the endpoint Sending dataTo send data for processing, make a POST request to the endpoint. The request body must contain the two parts in the following order:
Copy
validation-config.json
The following is an HTTP request example: Copy
Example
ResultsIn the response, you receive a .zip archive with a processed data file, reports, acknowledgments, and so on. |