Skip to main content
GET
/
api
/
v1
/
og
/
{entity_type}
/
{entity_id}
/
meta
Get Og Meta Tags
curl --request GET \
  --url https://api.example.com/api/v1/og/{entity_type}/{entity_id}/meta
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

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

Path Parameters

entity_type
string
required
entity_id
string
required

Response

Successful Response