Skip to main content
GET
/
3
/
company
/
{company_id}
/
images
Images
curl --request GET \
  --url 'https://api.themoviedb.org/3/company/{{company_id}}/images'
{
  "id": 65941,
  "logos": []
}

Documentation Index

Fetch the complete documentation index at: https://chisa.mintlify.app/llms.txt

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

Path Parameters

company_id
string
required

Response

200 - application/json

Images

id
number
Example:

65941

logos
any[]
Example:
[]