For the complete documentation index, see llms.txt. This page is also available as Markdown.

Universe API

Roboflow Universe provides the following endpoints:

Search Universe datasets

Search publicly available datasets on Roboflow Universe. Supports inline filter syntax in the query string (e.g. images>100, dog+stars>=5, class:cat, model:yolov8, object detection).

Authorizations
api_keystringRequired
Query parameters
qstringRequired
pageintegerOptional
Responses
200

OK

No content

get/universe/search

No content

Thumbnail fields

Each result in the response includes two thumbnail fields:

Field
Type
Description

thumbnail

string | null

URL to the project's thumbnail image. null when the project has no icon set.

annotationThumbnail

string | null

URL to a sample annotated image from the project. null when annotation data is unavailable.

Example result snippet:

Last updated

Was this helpful?