Insight API
HomeContact Us
HomeContact Us
LinkedIn
Github
    • Getting Started with Insight
    • Example Requests
    • Recognition & Branding Requirements
    • Discovery
      • Generate New Discovery
        POST
      • Get a Specific Discovery
        GET
      • Get All Discoveries
        GET
    • Genres
      • Get Genres
        GET
    • Artists
      • Search Artists
        GET
      • Get a Specific Artist
        GET
    • Venues
      • Search Venues
        GET
      • Get a Specific Venue
        GET
    • Pulse AI
      • Chat Completions API
      • Get Models
        GET
      • Chat Completions Endpoint
        POST
      • Healthcheck
        GET

    Discovery

    Authentication Required
    All requests must be signed with {X-App-Id} and {X-Api-Key}.
    πŸ’‘

    What is the Discovery API?#

    The Discovery API in LineupIQ Insight uses AI to predict high-performing artists for specific venues. By analyzing historical data, audience insights, and market trends, it generates intelligent recommendations to optimize event lineups and improve booking efficiency.

    Authentication & Headers#

    All requests to the Discovery API require authentication via API keys. The following headers must be included in each request:
    x-app-id: Your application ID (required)
    x-api-key: Your API key (required)
    Content-Type: application/json (for POST requests)
    For security reasons, never expose your API credentials in public repositories or client-side applications.

    Rate Limits#

    The Discovery API enforces request limits to ensure optimal performance. Default rate limits:
    Basic Tier: 1 request per second
    Enterprise Tier: Custom rate limits available
    For higher request volumes, contact our sales team to discuss enterprise plans.

    Best Practices for Usage#

    Cache responses where possible to reduce duplicate API calls.
    Use pagination when retrieving multiple discoveries to optimize performance.
    Validate inputs before sending requests to avoid unnecessary errors.
    Monitor usage to ensure compliance with rate limits.

    Accessing Endpoint Details#

    For a complete list of available endpoints, request parameters, and response structures, visit the full API documentation.

    Need Support? Contact our support team at support@lineupiq.io for assistance.
    Previous
    Recognition & Branding Requirements
    Next
    Generate New Discovery
    Built with