REST API - Auth Token Timeout

Hi,
Have a number of large input files whose content creation step takes over 60 minutes to run.
This times out the auth token and the job fails.
Is there a way to set token timeout limit - haven’t been able to find anything in the GUI.
Many Thanks,
T

The token is submitted and validated when the client performs the request, so how is that possible that the job fails mid-execution?

I suppose that what you actually want to mean is that you send a content creation step and later on check upon its completion\results retrieval with the same token. The subsequent operations then fails due to token expiration.
If that’s the case it’s simply enough to implement a new token request when the authorization fails, the operations are not token “bound” so with a new token you can perform calls to the same jobID\content ID etc.