AutomodelsReference
v0.1.1-beta
OAS 3.0.3

Automodels API

Introduction

The Automodels API provides enterprise-grade prompt engineering tools and safety features. This API enables developers to store prompts, apply guardrails, compress prompts for efficiency, and classify tasks for appropriate model selection.

Authentication

All API requests require an API key to be included in the Authorization header. The key should be prefixed with the word Bearer followed by a space. Example: Authorization: Bearer abc123... You can obtain your API key from the promptworx console under the API Keys section. Keep your API key secure and do not share it publicly. If your API key is compromised, regenerate it immediately through the console.

Rate Limiting

The API implements a sliding window rate limit of 60 requests per minute by default. Custom rate limits can be requested. Rate limit headers are included in all responses:

  • X-RateLimit-Limit: Total requests allowed per window
  • X-RateLimit-Remaining: Remaining requests in current window
  • X-RateLimit-Reset: Timestamp when the rate limit window resets
Client Libraries

Getting Started

Promptworx provides essential infrastructure for safe, reliable AI interactions. Our suite of APIs helps you classify tasks, enforce guardrails, and optimize prompts – giving you the tools you need to build robust AI applications and agents at scale. Whether you are handling customer service requests or generating content, Promptworx ensures your AI systems respond appropriately every time. In this guide we will work on how getting you started with accessing the Promptworx API and getting to know the different endpoints.

Getting your API Key

tbd

Client Libraries

tbd

Promptworx Endpoints

Promptworx helps you classify tasks, enforce guardrails, and optimize prompts – giving you the tools you need to build robust AI applications and agents at scale. To run your first example request...

Task Classification

Operations for task classification and model recommendation

Task Classification Endpoints

Models