post
https://us-east-1.recall.ai/api/v1/bot/
Create a new bot.
The base rate limit for this endpoint is:
- 60 requests per min per workspace
The
meeting_urlfield is currently inaccurately reflected in this endpoint's schema, and will be returned as a parsed object instead of a string.See Meeting URL's for an up-to-date schema definition.
In production, use scheduled bots by setting the
join_atparameter to a time at least 10 minutes in the future to guarantee your bot will join on time.You should use ad-hoc bots sparingly, only when your use case requires it (e.g. for spontaneous meetings). You can create ad-hoc bots by omitting the
join_ator setting it to a time that is less than 10 minutes in the future.