cURL
curl --request GET \ --url https://api.example.com/job/init \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "empty_tp_config": "<string>" }
Returns an empty TOML configuration template for TensorPool Jobs https://docs.tensorpool.dev/features/jobs
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for GET /job/init endpoint.
Help message with documentation link
Empty TOML configuration template
Was this page helpful?