Common Code Patterns
cURL
Refreshing JWT Token (Python Example)
JWT tokens issued by the Termina API expire after one hour for security reasons. Depending on your use case, implementing an auto-refresh mechanism can ensure uninterrupted access to your data. Here’s a suggested implementation:
Uploading Files with Signed URLs (Python Example)
Our default upload and download endpoints supports files up to 10GB. Anything larger will require the use of the signed-urls.