Caption.Ed
  • Caption.Ed Developer Docs
  • Registering an Application
  • API Scopes
  • API Authentication
  • FAQ
  • API Reference
  • Guides
    • Transcribing Media
  • Webhooks
    • Setting up Webhooks
    • Verifying Webhooks
Powered by GitBook
On this page
  • Is the API encrypted?
  • What format is the Caption.Ed API?
  • Is the API rate-limited?
  • Does the Caption.Ed API support polling?
  • Got another question?

Was this helpful?

FAQ

PreviousAPI AuthenticationNextAPI Reference

Last updated 3 years ago

Was this helpful?

Is the API encrypted?

Yes, we use HTTPS over TLS 1.3 or newer for all API endpoints. We also require partner webhook endpoints to be HTTPS.

What format is the Caption.Ed API?

The Caption.Ed API returns JSON. Furthermore, we follow best practices to ensure that we provide consistent and predictable responses.

We follow the on our endpoints. You can use the API directly or take advantage of this strong convention with a multitude of that provide helper wrappers around the format.

Is the API rate-limited?

Yes. To ensure we can provide a good quality of service for we rate limit the API to 300 requests over a 60 second rolling period per account.

If we receive more than this you will receive a 429 Too Many Requests response. The rate could be changed in the future so your application should take this into consideration and ensure that this response is handled correctly.

Does the Caption.Ed API support polling?

No. Polling in inefficient for both parties and produces a poor experience as data is not received in real-time. To ensure good quality of service we disallow polling and instead ask that you utilise instead to receive real-time notifications of when changes occur such as a transcription has been transcribed.

Got another question?

No problem. Please email if you have any more queries.

JSON:API specification
client side tools
Webhooks
engineering@carescribe.io