This API returns a list of templates created using the “Create Template” API, including all previously generated templates. This API is rate-limited to 100 requests per minute per user.
Request
Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Responses
🟢200OK
application/json
Bodyapplication/json
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://apis.autobg.ai/public/api/v1/templates/list' \
--header'Authorization: <api-key>'
Response Response Example
200 - Exception
{"status":false,"message":"You are not Authorized"}