#how to get timestamp for my videos
1 messages · Page 1 of 1 (latest)
Yes, you can get timestamps for your videos using the Deepgram API. However, it's important to note that the API Playground site does not seem to have an option to enable timestamps directly. This was discussed in a GitHub discussion (https://github.com/orgs/deepgram/discussions/722) where a user was unable to find an option to enable timestamps while using the API Playground site to transcribe YouTube videos.
To get timestamps, you would typically need to make a request to the Deepgram API and include the appropriate parameters in your request. However, since you're using a mobile device and not a PC, this might be a bit more challenging.
If you're comfortable with coding and have a coding environment set up on your mobile device, you could potentially use the Deepgram SDK or directly make API calls to get the timestamps. But this would require a good understanding of how to work with APIs and potentially some programming knowledge.
If you're not comfortable with coding, you might need to use a PC or find an app that can make API calls and handle the responses for you.