diff --git a/prompts/api-development-prompts.md b/prompts/api-development-prompts.md new file mode 100644 index 0000000..54ce00b --- /dev/null +++ b/prompts/api-development-prompts.md @@ -0,0 +1,10 @@ +# API Development Prompts + +## Designing REST APIs +- Describe the key principles of REST API design. +- List strategies for handling API authentication and authorization. +- Suggest tools to document and test APIs effectively. + +## Integrating APIs with AI +- How to build an API layer to serve responses from a Machine Learning model. +- List common challenges when deploying ML models as APIs.