Simple Language Open Protocol
SLOP
WHAT SLOP IS:
- A pattern for AI APIs with 6 basic endpoints
- Regular HTTP(S) requests with JSON data
- A standard way to talk to any AI service
- Based on REST: GET and POST what you need
🚫 WHAT SLOP IS NOT:
- A framework or library you install
- A new technology or language
- A specific company’s product
- An additional abstraction in any way