API Reference
cURL
curl --request POST \ --url https://api.example.com/api/templates/{template_id}/use \ --header 'Authorization: Bearer <token>'
{}
使用 template 创建 agent(记录使用次数)
Args: template_id: ID of the template to use
Returns: Success message
Raises: HTTPException: If template not found
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type Response Use Template Api Templates Template Id Use Post · object.
Response Use Template Api Templates Template Id Use Post · object