Back to Directory
M

Messari API - Deep Research V1

Other
OpenAPI specification for Messari Deep Research API

About Messari API - Deep Research V1

Review the Service identity, supported languages, protocol versions, and source metadata discovered by the directory.

Service details

Service Id
9688c49d-fd78-4c3e-a8c2-7592b090a841
Service origin
https://api.messari.io
ListedSeptember 24, 2026, 6:51 PM
Last checkedSeptember 24, 2026, 8:07 PM

Protocol details

SourceOpenAPI

Endpoints

Endpoint details are saved from the OpenAPI document. Authentication requirements and prices are advertised information, not a verified payment or access guarantee. The document may contain additional endpoints.Open OpenAPI document
GET/ai/v1/deep-research

List deep research jobs

Returns a paginated list of deep research jobs for the authenticated user. Optionally filter by status using the 'status' query parameter.Price unavailableThe operation requires declared authentication; API keys, bearer tokens and other schemes are not evidence of AEP support.
POST/ai/v1/deep-research

Create a deep research job

Starts a new deep research report generation. The job runs asynchronously and typically takes 5-10 minutes to complete. Use the returned job ID to poll for status and results via GET /v1/deep-research/:id. Consumes 500 credits. Enterprise teams receive 10 free report generations per month (shared with the Messari platform) which are consumed before credits. Optionally provide a job_id to send a follow-up message for iterative refinement of an existing report.Price unavailableThe operation requires declared authentication; API keys, bearer tokens and other schemes are not evidence of AEP support.
GET/ai/v1/deep-research/{id}

Get deep research job status and result

Returns the current status of a deep research job. When status is 'completed', the response includes the generated report and sources. Poll this endpoint to check progress.Price unavailableThe operation requires declared authentication; API keys, bearer tokens and other schemes are not evidence of AEP support.
POST/ai/v1/deep-research/{id}/cancel

Cancel a deep research job

Requests cancellation of a running deep research job. Only jobs with status 'queued' or 'in_progress' can be cancelled. The job's status will transition to 'cancelled'.Price unavailableThe operation requires declared authentication; API keys, bearer tokens and other schemes are not evidence of AEP support.