Skip to main content
Question

https://api.lucid.co/documents/search endpoint do not return all documents.

  • May 25, 2026
  • 0 replies
  • 4 views

Forum|alt.badge.img

Hi,

 

I am using https://api.lucid.co/documents/search endpoint for search documents on our domain.

 

But when i try this endpoint, it only returns one record. In our domain we have 40 diagram that i found.

 

My curl is like that;

curl --location 'https://api.lucid.co/documents/search' \

--header 'Authorization: Bearer my-key \

--header 'Lucid-Api-Version: 1' \

--header 'Content-Type: application/json' \

--data '{

"product": [

"lucidchart"

]

}'

 

Only one document returns :(

 

What is the problem, is there a sign for seeing in filter in documents?