Skip to main content
GET
/
api
/
agents
/
templates
List templates
curl --request GET \
  --url https://api.recoupable.com/api/agents/templates \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "templates": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "title": "<string>",
      "description": "<string>",
      "prompt": "<string>",
      "tags": [
        "<string>"
      ],
      "creator": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "image": "<string>",
        "is_admin": true
      },
      "is_private": true,
      "is_favourite": true,
      "favorites_count": 123,
      "shared_emails": [
        "jsmith@example.com"
      ],
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Response

Templates retrieved successfully

status
enum<string>
required

Status of the request

Available options:
success
templates
object[]
required

Templates accessible to the authenticated account (own, public, and shared)