Skip to main content
GET
/
articles
/
getBySlug
/
{slug}
Get article by slug (public)
curl --request GET \
  --url https://api.octaviatech.app/cms/articles/getBySlug/{slug} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "statusCode": 200,
  "message": "OK",
  "data": {
    "id": "{{objectId}}",
    "slug": "droopy-nose"
  }
}
Octavia AI CMS supports multi-language content delivery.
You can specify which language to receive responses in by including the lang header in your API requests.

Authorizations

x-api-key
string
header
required

Path Parameters

slug
string
required
Example:

"droopy-nose"

Response

OK

The response is of type any.