79411932

Date: 2025-02-04 13:58:57
Score: 1
Natty:
Report link

You can now use session_duration_limit, which is the maximum allowed duration for the session in seconds.

Sample interface:

export interface StartAvatarResponse {
  session_id: string,
  access_token: string,
  url: string,
  is_paid: boolean,
  session_duration_limit: number
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jan Carlo Once