github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/docs/swagger/endpoints_submit.md (about)

     1  Description:
     2  
     3  * `client_public_key`: The base64-encoded public key of the client.
     4  * `signature`: A base64-encoded signature of the `data` attribute, signed by the client.
     5  * `job_create_payload`:
     6      * `ClientID`: Request must specify a `ClientID`. To retrieve your `ClientID`, you can do the following: (1) submit a dummy job to Bacalhau (or use one you created before), (2) run `bacalhau describe <job-id>` and fetch the `ClientID` field.
     7  	* `APIVersion`: e.g. `"V1beta1"`.
     8      * `Spec`: https://github.com/filecoin-project/bacalhau/blob/main/pkg/model/job.go