Skip to main content
GET
/
api
/
content
/
templates
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/content/templates \
  --header 'x-api-key: <api-key>'
{
  "templates": [
    {
      "id": "artist-caption-bedroom",
      "description": "Moody bedroom selfie. Artist on camera with deadpan expression, purple LED lighting, dark room. Short blunt captions in lowercase. Vertical 9:16 video, 8 seconds. Best for: introspective songs, vulnerable moments, daily content. Requires: face image, audio."
    }
  ]
}

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

List of available content creation templates.

templates
object[]
required