How to control the angular speed for a servo motor(API Url)?

Is there a way to control the angular speed of a servo motor controlled directly through API connected to Bolt device only? If yes then How?

Use response=mybolt.analogWrite(‘pin number’,‘intensity value’)
to set different frequencies of that particular pin.

@varunjkp2001

We have a API specifically for servo motor. Please visit https://docs.boltiot.com/docs/write-servo-output to know more.