ByteNite utilizes an API to handle job requests — the Customer API— simplifying and standardizing the interaction with our server.
To begin using the API and familiarizing yourself with its endpoint, we recommend setting up a Postman collection. You can find more details at .
Below are the steps to configure and send a new job request, broken down and explained. You may refer to the official Jobs reference for a complete parameter list, response codes, and default code examples.
1
Get an Access Token
Begin by obtaining a temporary access token to authenticate your requests.
Link a data source and destination to your job, specifying input and output options as documented in the Link Your Data Source guide.
Connecting data sources is optional: if your app doesn't require any input data to work, or doesn't output data, you can specify a bypass data source descriptor.
If your app, partitioner, or assembler expect parameters, provide them at this step. Parameters are organized under three keys: app, partitioner, and assembler for clarity.
If your template includes parameter schemas, the parameters you submit here will be validated immediately, and any errors will be returned.